GetTableHeaderRowCount

Tables

Description

Reports how many leading rows of a table are headers.

Syntax

Delphi

Function TPDFlib.GetTableHeaderRowCount(TableID: Integer): Integer;

Parameters

TableIDThe table, as returned by CreateTable.

Return values

CountHow many rows from the top are headers.
0Also returned for an unknown table, and for a table that has none.

See also

SetTableHeaderRowCount