DataGridViewComboBoxCell.ObjectCollection
Wisej.Web.DataGridViewComboBoxCell ObjectCollection
Last updated
Was this helpful?
Wisej.Web.DataGridViewComboBoxCell ObjectCollection
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents the collection of items in a cell.
: Returns the number of items in the collection.
: Returns a value indicating whether this collection can be modified.
: Retrieves the item at the specified index within the collection.
Throws:
The index was less than zero; or the index was greater of equal to the count of items in the collection.
item
An object representing the item to add to the collection.
Throws:
Adds a collection of items to the list.
items
Collection of items to add to the list.
Determines if the specified item is located within the collection.
value
An object representing the item to locate in the collection.
Copies the entire collection into an existing array of objects at a specified location within the array.
destination
The object array to copy the collection to.
index
The location in the destination array to copy the collection to.
Returns an enumerator that can be used to iterate through the item collection.
Retrieves the index within the collection of the specified item.
value
An object representing the item to locate in the collection.
Throws:
Inserts an item into the collection at the specified index.
index
The zero-based index location where the item is inserted.
item
An object representing the item to insert.
Throws:
value
index
The index of the item to remove.
Throws:
Adds an item to the list of items for a .
Returns: . The zero-based index of the item in the collection.
The item parameter was null.
Removes all items from the .
Returns: . true if the item is located within the collection; otherwise, false.
Returns: . A that represents the item collection.
Returns: . The zero-based index where the item is located within the collection; otherwise, -1.
The value parameter was null.
The item was null.
The index was less than zero; or the index was greater than the count of items in the collection.
Removes the specified item from the .
The to remove from the list.
Removes an item from the at the specified index.
The index parameter was less than zero, or the index parameter was greater than or equal to the count of items in the collection.
Fired when the collection changes.