Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / DeleteUndoAction Class / Index Property


In This Topic
    Index Property (DeleteUndoAction)
    In This Topic
    Gets the index of the object in its collection. It is used to restore the object to correct index in its collection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Index As Integer
    'Usage
     
    
    Dim instance As DeleteUndoAction
    Dim value As Integer
     
    value = instance.Index
    public int Index {get;}

    Property Value

    The index.
    See Also