[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.GetRangeGroupLevels

GetRangeGroupLevels Method

GetRangeGroupLevels(bool)

Gets the number of levels of rows or columns in the outline (range group).

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

Whether the outline is a group of rows

Returns
Type Description
int
Implements