Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / FormulaEditorUndoAction Class / actions Field


In This Topic
    actions Field
    In This Topic
    Specifies the array of cell edit actions handling the formula changes.
    Syntax
    'Declaration
     
    
    Protected actions As CellEditUndoAction()
    'Usage
     
    
    Dim instance As FormulaEditorUndoAction
    Dim value() As CellEditUndoAction()
     
    value = instance.actions
     
    instance.actions = value
    protected CellEditUndoAction[] actions
    See Also