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


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