Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / RangeGroupStateChangedEventArgs Class / Level Property


In This Topic
    Level Property (RangeGroupStateChangedEventArgs)
    In This Topic
    Gets the level of the RangeGroupInfo object whose state has changed.
    Syntax
    'Declaration
     
    Public ReadOnly Property Level As Integer
    'Usage
     
    Dim instance As RangeGroupStateChangedEventArgs
    Dim value As Integer
     
    value = instance.Level
    public int Level {get;}

    Property Value

    The level of the RangeGroupInfo object whose state has changed.
    See Also