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


In This Topic
    SaveUndoState Method (ClipboardPasteSheetUndoAction)
    In This Topic
    Saves the undo state before performing the action.
    Syntax
    'Declaration
     
    
    Protected Overrides Function SaveUndoState() As Boolean
    'Usage
     
    
    Dim instance As ClipboardPasteSheetUndoAction
    Dim value As Boolean
     
    value = instance.SaveUndoState()
    protected override bool SaveUndoState()
    See Also