[]
        
(Showing Draft Content)

FarPoint.Win.Spread.IRangeGroupModel3.FindGroupByIndex

FindGroupByIndex Method

FindGroupByIndex(int, int, bool)

Finds an outline (range group) with a specified level and index.

Declaration
RangeGroupInfo FindGroupByIndex(int level, int index, bool isRowGroup)
Function FindGroupByIndex(level As Integer, index As Integer, isRowGroup As Boolean) As RangeGroupInfo
Parameters
Type Name Description
int level

Level of the outline (range group)

int index

Index of the outline (range group)

bool isRowGroup

Whether the outline (range group) is of rows

Returns
Type Description
RangeGroupInfo

Outline (range group)

OSZAR »