SetTableColumnWidth
Version history
This function was introduced in Quick PDF Library version 7.14.
Description
Sets the width of one or more table columns.
Syntax
Delphi
function TDebenuPDFLibrary1811.SetTableColumnWidth(TableID, FirstColumn,
LastColumn: Integer; NewWidth: Double): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::SetTableColumnWidth(TableID As Long,
FirstColumn As Long, LastColumn As Long, NewWidth As Double) As Long
DLL
int DPLSetTableColumnWidth(int InstanceID, int TableID, int FirstColumn,
int LastColumn, double NewWidth)
Parameters
TableID | A TableID returned by the CreateTable function |
FirstColumn | The the number of the first column to set. Left most column is column number 1. |
LastColumn | The number of the final column to set |
NewWidth | The new width of the specified columns |