RangeGroupLevels Property (Rows)
In This Topic
Gets the number of levels of rows in the outline (range group).
Syntax
'Declaration
Public ReadOnly Property RangeGroupLevels As Integer
'Usage
Dim instance As Rows
Dim value As Integer
value = instance.RangeGroupLevels
public int RangeGroupLevels {get;}
See Also