Creates an instance of a PDF AutoTable |
Member of PRIM_PDF (PRIM_PDF)
Name | Type | Data Type | Description |
|---|---|---|---|
Result | *Result (Optional) | Reference to the new AutoTable instance |
Creates an instance of a PDF AutoTable.
Adding a createAutoTable
Define_Com Class(#PRIM_PDF) Name(#pdf)
Define_Com Class(#PRIM_PDF.AutoTable) Name(#Table) Reference(*DYNAMIC) Theme(Striped) Columncount(3)
#pdf.start
* Create AutoTable
#Table <= #pdf.CreateAutoTable