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