colspan (Column Span)
The colspan property sets when two or more cells are merged in a row definition for a report table.
In the Properties view, this property is the Column Span property in the Table category.
Type: whole number. The number indicates how many cells are included in the merge, starting with
zero. If no cells are merged, the colspan
would be zero; if two columns are merged,
the colspan
value is 1, meaning it spans one additional column; if three columns
are merged, the colspan
value is 2, meaning it spans two additional columns; and so
on.
Default value: none.