Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / RangeGroup Class / GetLevel Method
The index of the row or column.


In This Topic
    GetLevel Method (RangeGroup)
    In This Topic
    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