[]
        
(Showing Draft Content)

FarPoint.Win.Spread.IRangeGroupModel.FindGroup

FindGroup Method

FindGroup(int, int, bool)

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

Declaration
RangeGroupInfo FindGroup(int level, int end, bool isRowGroup)
Function FindGroup(level As Integer, [end] As Integer, isRowGroup As Boolean) As RangeGroupInfo
Parameters
Type Name Description
int level

Level of the outline (range group)

int end

End index of the outline (range group)

bool isRowGroup

Whether the outline (range group) is of rows

Returns
Type Description
RangeGroupInfo

Outline (range group)