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 TDebenuPDFLibrary1811.GetTableLastDrawnRow(TableID: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::GetTableLastDrawnRow(
TableID As Long) As Long
DLL
int DPLGetTableLastDrawnRow(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. |