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