[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DefaultRangeGroupModel.AddGroup

AddGroup Method

AddGroup(int, int, bool)

Groups all the rows or columns from the specified start index by the specified amount to an outline (range group).

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

Start index

int count

Number of the rows or columns to add

bool isRowGroup

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

Implements