Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ComboBoxCellType Class / ItemData Property


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