[]
        
(Showing Draft Content)

FarPoint.Win.Spread.IRangeGroupSupport.AddRangeGroup

AddRangeGroup Method

AddRangeGroup(int, int, bool)

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

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

Start index

int count

Number of rows or columns to group

bool isRowGroup

Whether the outline (range group) is of rows