[]
Represents the data cell collection.
public abstract class DataCellCollection
| Name | Description |
|---|---|
| DataCellCollection() |
| Name | Description |
|---|---|
| ColumnCount | Gets the column count of the current collection. |
| Count | Gets the data cell count. |
| this[int, int] | Gets the DataCell with the specified row and column. |
| RowCount | Gets the row count of the current collection. |