Spread for ASP.NET 12 Product Documentation
ListItems Property (ComboBoxCellType)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ComboBoxCellType Class : ListItems Property
Gets or sets the list items for the combo box list.
Syntax
'Declaration
 
Public Property ListItems As ListItem()
'Usage
 
Dim instance As ComboBoxCellType
Dim value() As ListItem
 
instance.ListItems = value
 
value = instance.ListItems
public ListItem[] ListItems {get; set;}
See Also

Reference

ComboBoxCellType Class
ComboBoxCellType Members