GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / EditBase Class / Clear Method


In This Topic
Clear Method (EditBase)
In This Topic
Clears all text in the control.
Syntax
'Declaration
 
Public Overridable Sub Clear() 
 
'Usage
 
Dim instance As EditBase
 
instance.Clear()
Remarks
You can use this method to clear the contents of the control instead of assigning an empty string to the Text property.
See Also