Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / UndoManager Class / mundoList Field


In This Topic
    mundoList Field
    In This Topic
    Specifies the undo stack (last element is on top).
    Syntax
    'Declaration
     
    
    Protected mundoList As ArrayList
    'Usage
     
    
    Dim instance As UndoManager
    Dim value As ArrayList
     
    value = instance.mundoList
     
    instance.mundoList = value
    protected ArrayList mundoList
    See Also