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


In This Topic
    Index Property (RowGroupExpandExtent)
    In This Topic
    Gets the row range group summary index.
    Syntax
    'Declaration
     
    Public ReadOnly Property Index As Integer
    'Usage
     
    Dim instance As RowGroupExpandExtent
    Dim value As Integer
     
    value = instance.Index
    public int Index {get;}
    See Also