[]
Gets the collection of data cells within this data row.
public DataCellCollection DataCells { get; }
| Type | Description |
|---|---|
| DataCellCollection | A collection of DataCell objects representing individual data cells. |
There must be as many DataCell elements as there are leaf-node DataGrouping objects in the DataGroupingCollection.