Spread Windows Forms 12.0 Product Documentation
SaveUndoState Method (CellEditUndoAction)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.UndoRedo Namespace > CellEditUndoAction Class : SaveUndoState Method
Saves the undo state of this cell editing action.
Syntax
'Declaration
 
Protected Overrides Function SaveUndoState() As Boolean
'Usage
 
Dim instance As CellEditUndoAction
Dim value As Boolean
 
value = instance.SaveUndoState()
protected override bool SaveUndoState()

Return Value

Boolean: true if successful; false otherwise
Remarks
Undo state for this object is saved on construction.
See Also

Reference

CellEditUndoAction Class
CellEditUndoAction Members