The following tables list the members exposed by StatCellCollection.
Public Properties
| Name | Description |
| Count | Gets the number of cells contained in the collection. |
| IsReadOnly | Gets a value indicating whether the collection is read-only. |
| Item | Overloaded. Gets or sets the cell at the specified index. |
Top
Public Methods
| Name | Description |
| Contains | Determines whether the specified cell is contained in the collection. |
| CopyTo | Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array. |
| IndexOf | Searches for the specified cell and returns its zero-based index. |
Top
See Also