[]
Gets a collection of cells within this row in the body section of the tablix.
public TablixItems<TablixCell> TablixCells { get; }
| Type | Description |
|---|---|
| TablixItems<TablixCell> | A TablixItems<T> collection representing the cells in the row. |