[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.AddRangeGroup

AddRangeGroup Method

AddRangeGroup(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 AddRangeGroup(int startIndex, int count, bool isRowGroup)
Public 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 into an outline (range group)

bool isRowGroup

Whether the outline is a group of rows

Implements