Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / EditBase Class / Undo Method


In This Topic
    Undo Method (EditBase)
    In This Topic
    Undoes the last edit operation in the control.
    Syntax
    'Declaration
     
    Public Sub Undo() 
    'Usage
     
    Dim instance As EditBase
     
    instance.Undo()
    public void Undo()
    Remarks
    This method will undo the last System.Windows.Clipboard or text change operation performed in the control if the CanUndo property returns true.
    See Also