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


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

Return Value

Boolean: true if successful; false otherwise
See Also