[]
        
(Showing Draft Content)

FarPoint.Win.Spread.IRangeGroupModel.RemoveGroup

RemoveGroup Method

RemoveGroup(int, int, bool)

Removes an outline (range group) of rows or columns from a specified start index by a specified amount.

Declaration
void RemoveGroup(int startIndex, int count, bool isRowGroup)
Sub RemoveGroup(startIndex As Integer, count As Integer, isRowGroup As Boolean)
Parameters
Type Name Description
int startIndex

Start index

int count

Number of rows or columns

bool isRowGroup

Whether the outline (range group) is of rows