Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / Clear Method


In This Topic
    Clear Method (GeneralEditor)
    In This Topic
    Removes all of the selected contents of the edit control.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Clear() 
    'Usage
     
    
    Dim instance As GeneralEditor
     
    instance.Clear()
    public virtual void Clear()
    See Also