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


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

    Property Value

    The level of the RangeGroupInfo object whose state is changing.
    See Also