Spread WinForms 15
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

Property Value

The index.
See Also