Spread Windows Forms 15.0
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
    public string[] ItemData {get; set;}
    See Also