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


In This Topic
    SaveState Method (ChangeChartTypeAction)
    In This Topic
    Saves the state for undoing the command or operation.
    Syntax
    'Declaration
     
    Public Sub SaveState() 
    'Usage
     
    Dim instance As ChangeChartTypeAction
     
    instance.SaveState()
    public void SaveState()
    See Also