|
_OUTPUT_EMPTY_CELL_ Method
Outputs an empty cell in the HTML table.
Syntax
CALL SEND(OBJID,'_OUTPUT_EMPTY_CELL_',spannum,dlflag,cssclass);
Where... |
Is Type... |
And Contains... |
spannum |
N |
The number of columns to span. |
dlflag |
N |
A flag that indicates whether to download the table to a spreadsheet where 0 = output HTML tags with data values; 1 = output data values with spreadsheet delimiters |
cssclass |
C |
The class name for the cascading style sheet class tag. This parameter is
optional. |
|