Column Span (colspan)
The Column Span 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.
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.
Type: Numeric. Must be a whole number.
Default value: none.