FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / SheetTabDragDropCopyUndoAction Class / SaveUndoState Method


In This Topic
SaveUndoState Method (SheetTabDragDropCopyUndoAction)
In This Topic
Saves the undo state.
Syntax
'Declaration
 
Protected Overrides Function SaveUndoState() As Boolean
 
'Usage
 
Dim instance As SheetTabDragDropCopyUndoAction
Dim value As Boolean
 
value = instance.SaveUndoState()

Return Value

Boolean: true if successful; false otherwise
Remarks
This implementation does nothing since undo state is specified in the contstructor.
See Also