Specifies additional options for table contents.
O4WTABLECELLOPTIONS( #cols, #rows, headerFlag )
The function has the following parameters:
Parameter | Description | |
---|---|---|
#cols | When specified, the current table "cell" will expand across the number of columns. | |
#rows | When specified, the current table "cell" will expand across the number of rows. | |
headerFlag | When set to "1", the cell is styled as a table header ("th") instead of the default table detail ("td"). |
Returns the option information to use immediately with a display element or input control.