FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ClipboardCutUndoAction Class / Index Property


In This Topic
Index Property (ClipboardCutUndoAction)
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 ClipboardCutUndoAction
Dim value As Integer
 
value = instance.Index

Property Value

The index.
See Also