You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

PRIM_PDF.AutoTableColumn (PRIM_PDF.AutoTableColumn)
PDF generator AutoTable column
Ancestors - Object (PRIM_OBJT)

Details


AutoTableColumn defines the properties of a table column

Example


Creating an setting properties of an AutoTable column
Define_Com Class(#PRIM_PDF.AutoTable) Name(#Table) Reference(*DYNAMIC) Theme(Striped) Columncount(3)
Define_Com Class(#PRIM_PDF.AutoTableColumn) Name(#CellPhoneCol) Reference(*DYNAMIC)

  • No labels