Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ListBoxCellType Class / ListItems Property
Example


In This Topic
    ListItems Property (ListBoxCellType)
    In This Topic
    Gets or sets the list of items.
    Syntax
    'Declaration
     
    
    Public Property ListItems As ListItem()
    'Usage
     
    
    Dim instance As ListBoxCellType
    Dim value() As ListItem
     
    instance.ListItems = value
     
    value = instance.ListItems
    public ListItem[] ListItems {get; set;}

    Property Value

    ListItem array containing the list of items
    Remarks
    This property is available at run time only.
    Example
    This example creates a list box cell type and assigns it to the first cell in the sheet with a list of three items and displays two of them at any time.
    See Also