Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / RangeGroup Class / GetMaxLevel Method


In This Topic
    GetMaxLevel Method
    In This Topic
    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