GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / Command Class / SaveUndoState Method


In This Topic
SaveUndoState Method (Command)
In This Topic
Saves the data for undoing.
Syntax
'Declaration
 
Public Sub SaveUndoState() 
 
'Usage
 
Dim instance As Command
 
instance.SaveUndoState()

Return Value

The saved data for undoing.
See Also