O4WTableCellOptions Function
Description
Specifies additional options for table contents.
Syntax
O4WTABLECELLOPTIONS( #cols, #rows, headerFlag )
Parameters
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
Returns the option information to use immediately with a display element or input control.