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


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