[]
        
(Showing Draft Content)

FarPoint.Win.Spread.IRangeGroupModel.AddGroup

AddGroup Method

AddGroup(int, int, bool)

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

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

Start index

int count

Amount of the row or column to group

bool isRowGroup

Whether the outline (range group) is of rows