Spread Windows Forms 15.0
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()
    public virtual void 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