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


In This Topic
Items Property (MultiOptionCellType)
In This Topic
Gets or sets the list for the option buttons.
Syntax
'Declaration
 
Public Property Items As String()
 
'Usage
 
Dim instance As MultiOptionCellType
Dim value() As String
 
instance.Items = value
 
value = instance.Items
See Also