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


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

Reference

ComboBoxCellType Class
ComboBoxCellType Members