Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / DeleteUndoAction Class / idx Field


In This Topic
    idx Field
    In This Topic
    The index of the object in its collection. It is used to restore the object to correct index in its collection.
    Syntax
    'Declaration
     
    
    Protected idx As Integer
    'Usage
     
    
    Dim instance As DeleteUndoAction
    Dim value As Integer
     
    value = instance.idx
     
    instance.idx = value
    protected int idx
    See Also