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


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