Spread Silverlight Documentation
GetLevel Method (RangeGroup)


GrapeCity.Windows.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 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.
Remarks
Level's start index is from 0.
See Also

Reference

RangeGroup Class
RangeGroup Members