Spread Windows Forms 15.0
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()
    public void SaveUndoState()

    Return Value

    The saved data for undoing.
    See Also