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


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