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


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