The following tables list the members exposed by CellCollection.
| Name | Description | |
|---|---|---|
![]() | CellCollection Constructor | For internal use only. |
| Name | Description | |
|---|---|---|
![]() | Capacity | (Inherited from System.Collections.CollectionBase) |
![]() | Count | Gets the number of cell objects in the collection. (Inherited from System.Collections.CollectionBase) |
![]() | Item | For internal use only. |
| Name | Description | |
|---|---|---|
![]() | Add | For internal use only. |
![]() | AddRange | Overloaded. Adds the specified range of Cell objects to the collection. For internal use only. |
![]() | Clear | Removes all cells from the collection. (Inherited from System.Collections.CollectionBase) |
![]() | Contains | For internal use only. |
![]() | CopyTo | For internal use only. |
![]() | Dispose | Releases the CellCollection instance from memory. For internal use only. |
![]() | GetEnumerator | Returns an enumerator that can iterate through the collection of cells. (Inherited from System.Collections.CollectionBase) |
![]() | IndexOf | For internal use only. |
![]() | Insert | For internal use only. |
![]() | InsertRange | Overloaded. Inserts the specified range of cell objects at the specified index in the collection. For internal use only. |
![]() | Remove | For internal use only. |
![]() | RemoveAt | Removes the cell object at the specified index from the collection. (Inherited from System.Collections.CollectionBase) |
![]() | ToString | Overridden. For internal use only. |


