'Declaration Public Function GetLevel( _ ByVal index As System.Integer _ ) As System.Integer
'Usage Dim instance As RangeGroup Dim index As System.Integer Dim value As System.Integer value = instance.GetLevel(index)
public System.int GetLevel( System.int index )
Parameters
- index
- The index of the row or column.
Return Value
Returns the level for the row or column.