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


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