Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / FormulaEditorUndoAction Class / SaveUndoState Method


In This Topic
    SaveUndoState Method (FormulaEditorUndoAction)
    In This Topic
    Saves undo state information.
    Syntax
    'Declaration
     
    
    Protected Overrides Function SaveUndoState() As Boolean
    'Usage
     
    
    Dim instance As FormulaEditorUndoAction
    Dim value As Boolean
     
    value = instance.SaveUndoState()
    protected override bool SaveUndoState()

    Return Value

    Boolean: true if successful; otherwise, false
    See Also