GetTableColumnCount
Version history
This function was introduced in Quick PDF Library version 7.16.
Description
Returns the number of columns in the specified table.
Syntax
Delphi
function TQuickPDF0813.GetTableColumnCount(TableID: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetTableColumnCount(TableID As Long) As Long
DLL
int QuickPDFGetTableColumnCount(int InstanceID, int TableID)
Parameters
| TableID | A TableID returned by the CreateTable function |