GrapeCity.Xaml.SpreadSheet.Data
GetMaxLevel Method


GrapeCity.Xaml.SpreadSheet.Data Namespace > RangeGroup Class : GetMaxLevel Method
Gets the number of the deepest level.
Syntax
'Declaration
 
Public Function GetMaxLevel() As Integer
'Usage
 
Dim instance As RangeGroup
Dim value As Integer
 
value = instance.GetMaxLevel()
public int GetMaxLevel()

Return Value

Returns the number of the deepest level.
Remarks
The level index starts from 0.
See Also

Reference

RangeGroup Class
RangeGroup Members