SetTableColumnWidth
Page layout
Description
Sets the width of one or more table columns.
Syntax
Delphi
function TPDFlib.SetTableColumnWidth(TableID, FirstColumn, LastColumn: Integer; NewWidth: Double): Integer;ActiveX
Function PDFlib::SetTableColumnWidth(TableID As Long, FirstColumn As Long, LastColumn As Long, NewWidth As Double) As LongDLL
int DLSetTableColumnWidth(int InstanceID, int TableID, int FirstColumn, int LastColumn, double NewWidth);Parameters
| TableID | A TableID returned by the CreateTable function The the number of the first column to set. Left most column is column number 1. |
|---|---|
| FirstColumn | The number of the final column to set |
| LastColumn | |
| NewWidth | The new width of the specified columns |