PRIM_PDF.AutoTable - AddRow Method
Adds a row to the table
Member of PRIM_PDF.AutoTable (PRIM_PDF.AutoTable)

Parameters

Name

Type

Data Type

Description

Row

*Input

PRIM_PDF.AutoTableRow

The AutoTable row

Details


Adds a row to the table.

Example


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