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


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