GrapeCity.Win.MultiRow Namespace : ComboBoxCell.ObjectCollection Class |
The following tables list the members exposed by ComboBoxCell.ObjectCollection.
Name | Description | |
---|---|---|
ComboBoxCell.ObjectCollection Constructor | Initializes a new instance of the ComboBoxCell.ObjectCollection class. |
Name | Description | |
---|---|---|
Count | Gets the number of items in the collection. | |
IsReadOnly | Gets a value that indicates whether the collection is read-only. | |
Item | Retrieves the item at the specified index location. In C#, this property is the indexer for the ComboBoxCell.ObjectCollection class. |
Name | Description | |
---|---|---|
Add | Adds an item to the list of items for a ComboBoxCell. | |
AddRange | Overloaded. Adds one or more items to the list of items for a ComboBoxCell. | |
Clear | Clears all items from the collection. | |
Contains | Determines whether the specified item is contained in the collection. | |
CopyTo | Copies the entire collection into an existing array of objects at a specified location within the array. | |
GetEnumerator | Returns an enumerator that can iterate through a ComboBoxCell.ObjectCollection. | |
IndexOf | Retrieves the index within the collection of the specified item. | |
Insert | Inserts an item into the collection at the specified index. | |
Remove | Removes the specified object from the collection. | |
RemoveAt | Removes the object at the specified index. |