Spread WinForms 15
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()
See Also