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


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