[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.Items

Items Property

Items

Gets the item collection.

Declaration
[Browsable(true)]
public ListItemCollectionInfo Items { get; set; }
<Browsable(True)>
Public Property Items As ListItemCollectionInfo
Property Value
Type Description
ListItemCollectionInfo

A ListItemCollectionInfo that represents the collection of the combo items.

Remarks

This property allows you to obtain a reference to the list of items that are currently stored in GrapeCity.Win.Spread.InputMan.CellType.GcComboBox. This reference allows you to add items, remove items, and get the number of items in the collection.