Printer Object
 
Syntax
 
Printer.TableEnd
 
Description
Renders table defined since call to TableInit.
 
When you start a new table, using TableInit, and use several TableAdd methods and TableCell properties, between calls to TableInit and TableEnd, the table is not rendered until the call to EndTable is made.
 
This allows you to perform complex formatting on the table using the TableCell property.
 
See Also
Example