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


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