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


In This Topic
    ClearUndo Method
    In This Topic
    Clears information about the most recent operation from the undo buffer of the control.
    Syntax
    'Declaration
     
    Public Sub ClearUndo() 
    'Usage
     
    Dim instance As EditBase
     
    instance.ClearUndo()
    public void ClearUndo()
    Remarks
    You can use this method to prevent an undo operation from repeating, based on the state of your application.
    See Also