PRIM_PDF.AutoTableRow (PRIM_PDF.AutoTableRow)
Represents a row of cells to add to an AutoTable
Ancestors - Object (PRIM_OBJT)

Details


Represents a row of cells to add to an AutoTable

Example


Create a row and add it to the AutoTable
Define_Com Class(#PRIM_PDF.AutoTable) Name(#Table) Reference(*DYNAMIC) Theme(Striped) Columncount(3)
Define_Com Class(#PRIM_PDF.AutoTableRow) Name(#Row) Reference(*DYNAMIC)