[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DefaultRangeGroupModel.RemoveGroup

RemoveGroup Method

RemoveGroup(int, int, bool)

Removes rows or columns from the outline (range group) from the specified index and count, and returns them to individual rows and columns.

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

Starting row or column index

int count

Number of the rows or columns to remove

bool isRowGroup

Whether the outline (range group) is of rows (or else columns)

Implements