GrapeCity.Xaml.SpreadSheet.Data
GetLevel Method (RangeGroup)


GrapeCity.Xaml.SpreadSheet.Data Namespace > RangeGroup Class : GetLevel Method
The index of the row or column.
Gets the level of a specified row or column.
Syntax
'Declaration
 
Public Function GetLevel( _
   ByVal index As Integer _
) As Integer
'Usage
 
Dim instance As RangeGroup
Dim index As Integer
Dim value As Integer
 
value = instance.GetLevel(index)
public int GetLevel( 
   int index
)

Parameters

index
The index of the row or column.

Return Value

Returns the level for the row or column.
Remarks
Level's start index is from 0.
See Also

Reference

RangeGroup Class
RangeGroup Members