Printer Object
 
Syntax
 
Printer.TableAdd strRowData
 
Description
Adds a row of data to the current table.
 
This parameter contains the text for the table body. Cells are delimited by column separator characters, and rows are delimited by row separator characters. Cells are separated by pipes ("|") and rows by semi-colons (";")
 
You may also choose to supply data for individual cells separately. To do this, use the TableCell property.
 
See Also
Example