メソッド PRIM_PDF.AutoTable - AddColumn

テーブルに列を追加します

PRIM_PDF.AutoTable (PRIM_PDF.AutoTable) のメンバ

パラメータ

名前タイプデータタイプ記述
Column*InputPRIM_PDF.AutoTableColumnAutoTable 列

詳細

テーブルに列を追加します。

以下の例では、テーブルに列が 1 つ追加されています。
Define_Com Class(#PRIM_PDF.AutoTable) Name(#Table) Reference(*DYNAMIC) Theme(Striped) Columncount(3)
Define_Com Class(#PRIM_PDF.AutoTableColumn) Name(#CellPhoneCol) Reference(*DYNAMIC)
 
* Create and set table column properties
#CellPhoneCol <= #Table.CreateColumn
#CellPhoneCol.HeadCaption := 'Cell Phone'
#CellPhoneCol.HeadHAlign := Center
#CellPhoneCol.HAlign := Center
#Table.AddColumn Column(#CellPhoneCol)

参照

すべてのコンポーネント クラス

テクニカルリファレンス

EPC150060 - December 2023