Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / SheetRenameUndoAction Class / SaveState Method


In This Topic
    SaveState Method (SheetRenameUndoAction)
    In This Topic
    Saves the state for the undo action before executing the action.
    Syntax
    'Declaration
     
    Public Sub SaveState() 
    'Usage
     
    Dim instance As SheetRenameUndoAction
     
    instance.SaveState()
    public void SaveState()
    See Also