GrapeCity.Win.MultiRow Namespace : CellCollection Class |
The following tables list the members exposed by CellCollection.
Name | Description | |
---|---|---|
Count | Gets the total number of elements in the collection. | |
IsReadOnly | Gets a value that indicates whether the CellCollection is read-only. | |
Item | Overloaded. Gets the Cell for the specified index. |
Name | Description | |
---|---|---|
Add | Adds an item to the CellCollection. | |
AddRange | Adds an array of cells to the collection. | |
Clear | Removes all items from the CellCollection. | |
Contains | Determines whether the CellCollection contains a specified cell. | |
CopyTo | Copies the elements of the CellCollection to an System.Array, starting at a particular System.Array index. | |
GetEnumerator | Returns an enumerator that iterates through the collection. | |
IndexOf | Returns the zero-based index of the first occurrence of a value in the collection. | |
Insert | Inserts a cell into the collection at the specified index. | |
Remove | Overloaded. Removes the specified number of cells from this collection beginning at the specified position. | |
RemoveAt | Removes the Cell item at the specified index. | |
ToArray | Copies the elements of the collection to a new Cell array. |