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


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

    Property Value

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