[]
Gets the items for the drop-down list in the combo box.
public IList<object> Items { get; }
Public ReadOnly Property Items As IList(Of Object)
ComboBoxCellType cellType = new ComboBoxCellType();
cellType.Items.Add("North");
IList<object> items = cellType.Items;