GrapeCity.Win.MultiRow Namespace : ListLabelCell.ObjectCollection Class |
The following tables list the members exposed by ListLabelCell.ObjectCollection.
Name | Description | |
---|---|---|
ListLabelCell.ObjectCollection Constructor | Initializes a new instance of the ListLabelCell.ObjectCollection class. |
Name | Description | |
---|---|---|
Count | Gets the number of items in the collection. | |
IsReadOnly | Gets a value indicating whether the collection is read-only. | |
Item | Retrieves the item at the specified index location. In C#, this property is the indexer for the ListLabelCell.ObjectCollection class. |
Name | Description | |
---|---|---|
Add | Adds an item to the list of items for a ListLabelCell. | |
AddRange | Overloaded. Adds one or more items to the list of items for a ListLabelCell. | |
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 an ListLabelCell.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. |