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


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

    Property Value

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