Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ListBoxCellType Class / Items Property


In This Topic
    Items Property (ListBoxCellType)
    In This Topic
    Gets or sets the list of items for the list box.
    Syntax
    'Declaration
     
    
    Public Property Items As String()
    'Usage
     
    
    Dim instance As ListBoxCellType
    Dim value() As String
     
    instance.Items = value
     
    value = instance.Items
    public string[] Items {get; set;}
    See Also