Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ComboBoxCellType Class / Clear Method


In This Topic
    Clear Method (ComboBoxCellType)
    In This Topic
    Removes all items from the list.
    Syntax
    'Declaration
     
    
    Public Sub Clear() 
    'Usage
     
    
    Dim instance As ComboBoxCellType
     
    instance.Clear()
    public void Clear()
    See Also