FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ComboBoxCellType Class / Items Property


In This Topic
Items Property (ComboBoxCellType)
In This Topic
Gets or sets the items for the drop-down list in the combo box.
Syntax
'Declaration
 
Public Property Items As String()
 
'Usage
 
Dim instance As ComboBoxCellType
Dim value() As String
 
instance.Items = value
 
value = instance.Items
See Also