GetTableColumnCount
Page layout
Description
Returns the number of columns in the specified table.
Syntax
Delphi
Function TPDFlib.GetTableColumnCount(TableID: Integer): Integer;
ActiveX
Function PDFlib::GetTableColumnCount(TableID As Long) As Long
DLL
int DLGetTableColumnCount(int InstanceID, int TableID);
Parameters
| TableID | A TableID returned by the CreateTable function |
|---|