GetRangeGroupLevels Method (SheetView)
Gets the number of levels of rows or columns in the outline (range group).
public int GetRangeGroupLevels(
bool
)
'Declaration
Public Function GetRangeGroupLevels( _
ByVal As Boolean _
) As Integer
'Usage
Dim instance As SheetView
Dim isRowGroup As Boolean
Dim value As Integer
value = instance.GetRangeGroupLevels(isRowGroup)
Parameters
- isRowGroup
- Whether the outline is a group of rows