set_cell_span
Set row span or column span on a specific tablix cell using its row index and column name. Replace existing spans or reset them by passing 1.
Instructions
Set and/or on a tablix cell. The cell is addressed by (row_index, column_name) where column_name is the textbox name inside the cell. At least one of row_span / col_span must be supplied; both must be >= 1. Pass 1 to explicitly reset a span. Replaces existing values if present.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| col_span | No | ||
| row_span | No | ||
| row_index | Yes | ||
| column_name | Yes | ||
| tablix_name | Yes |