[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DefaultRangeGroupModel.GetGroupLevels

GetGroupLevels Method

GetGroupLevels(bool)

Gets the level of an outline (range group) of rows or columns.

Declaration
public int GetGroupLevels(bool isRowGroup)
Public Function GetGroupLevels(isRowGroup As Boolean) As Integer
Parameters
Type Name Description
bool isRowGroup

Whether the outline (range group) is of rows

Returns
Type Description
int

The level of an outline (range group) of rows or columns.

Implements