_OUTPUT_EMPTY_CELL_ Method

Outputs an empty cell in the HTML table

Syntax

CALL SEND(OBJID,'_OUTPUT_EMPTY_CELL_',spannum,dlflag,cssclass);

Required Arguments

spannum
the number of columns to span.
Type:Numeric
dlflag
a flag that indicates whether to download the table to a spreadsheet where 0output HTML tags with data values and 1output data values with spreadsheet delimiters.
Type:Numeric
cssclass
the class name for the cascading style sheet class tag. This parameter is optional.
Type:Character