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