
Requirement
You must enclose C, L, and R in quotation marks.
ROW_SPAN: <number | numeric-variable >
specifies the number of rows that the cell will occupy. The ROW_SPAN argument
enables you to combine adjacent cells in a layout.
number is a positive integer.
numeric-variable is the name of a numeric variable from the input data set.
Default
1
Example
exmpl.format_cell(data: 'Name', row_span: 3,
vjust: 'B');
SPLIT: <character-variable | 'string'>
specifies the split character to be applied to the data value. A new line will be started
when it reaches the specified split character, and will continue on the next line. The
split character itself is not ...