Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ChildChangeUndoAction Class / index Field


In This Topic
    index Field (ChildChangeUndoAction)
    In This Topic
    Specifies the index of the shape in the shape container before the change.
    Syntax
    'Declaration
     
    
    Protected index As Integer
    'Usage
     
    
    Dim instance As ChildChangeUndoAction
    Dim value As Integer
     
    value = instance.index
     
    instance.index = value
    protected int index
    See Also