Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ColumnResizeUndoAction Class / SaveUndoState Method


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

Return Value

Boolean: true if successful; false otherwise
See Also