Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / CellEditUndoAction Class / SaveUndoState Method


In This Topic
    SaveUndoState Method (CellEditUndoAction)
    In This Topic
    Saves the undo state of this cell editing action.
    Syntax
    'Declaration
     
    
    Protected Overrides Function SaveUndoState() As Boolean
    'Usage
     
    
    Dim instance As CellEditUndoAction
    Dim value As Boolean
     
    value = instance.SaveUndoState()
    protected override bool SaveUndoState()

    Return Value

    Boolean: true if successful; false otherwise
    Remarks
    Undo state for this object is saved on construction.
    See Also