[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DefaultRangeGroupModel.AddIndexes

AddIndexes Method

AddIndexes(int, int, bool)

Adds a specified amount of indexes starting with a specified index in an outline (range group).

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

Start index

int addCount

Number of indexes to add

bool isRowGroup

Whether the outline (range group) is of rows

Implements