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 LongDLL
int DLGetTableRowCount(int InstanceID, int TableID);Parameters
| TableID | A TableID returned by the CreateTable function |
|---|