[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.EditBase.Clear

Clear Method

Clear()

Clears all text in the control.

Declaration
public virtual void Clear()
Public Overridable Sub 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