PRIM_PDF.AutoTable - CreateRow Method
Creates an AutoTable row
Member of PRIM_PDF.AutoTable (PRIM_PDF.AutoTable)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

PRIM_PDF.AutoTableRow

Reference to the new AutoTableRow instance

Details


Creates an instance of a PDF AutoTableRow.

Example


Create an AutoTable row
Define_Com Class(#PRIM_PDF.AutoTable) Name(#Table) Reference(*DYNAMIC) Theme(Striped) Columncount(3)
Define_Com Class(#PRIM_PDF.AutoTableRow) Name(#Row) Reference(*DYNAMIC)