GetTableLastDrawnRow
Page layout
Description
Returns the row number of the last row that was drawn onto the page by the DrawTableRows
function.
Syntax
Delphi
function TPDFlib.GetTableLastDrawnRow(TableID: Integer): Integer;ActiveX
Function PDFlib::GetTableLastDrawnRow(TableID As Long) As LongDLL
int DLGetTableLastDrawnRow(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. |