GetTableLastDrawnRow
Version history
This function was introduced in Quick PDF Library version 7.14.
Description
Returns the row number of the last row that was drawn onto the page by the DrawTableRows function.
Syntax
Delphi
function TQuickPDF0813.GetTableLastDrawnRow(TableID: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetTableLastDrawnRow(TableID As Long) As Long
DLL
int QuickPDFGetTableLastDrawnRow(int InstanceID, int TableID)
Parameters
| TableID | A TableID returned by the CreateTable function |
Return values
| 0 | No rows from the specified table have been drawn |
| Non-zero | The row number of the last drawn row. The top row is row number 1. |