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


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.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

RangeGroup Class
RangeGroup Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options