Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / EditBase Class / ClearUndo Method


In This Topic
ClearUndo Method (EditBase)
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()
Remarks
You can use this method to prevent an undo operation from repeating, based on the state of your application.
See Also