Spread WPF 18
GrapeCity.Spreadsheet.Commands Namespace / Command Class / SaveUndoState Method


In This Topic
    SaveUndoState Method
    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