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 Long

DLL

int DLGetTableLastDrawnRow(int InstanceID, int TableID);

Parameters

TableIDA TableID returned by the CreateTable function

Return values

0No rows from the specified table have been drawn
Non-zeroThe row number of the last drawn row. The top row is row number 1.