GetTableHeaderRowCount
Tables
Description
Reports how many leading rows of a table are headers.
Syntax
Delphi
Function TPDFlib.GetTableHeaderRowCount(TableID: Integer): Integer;Parameters
| TableID | The table, as returned by CreateTable. |
|---|
Return values
| Count | How many rows from the top are headers. |
|---|---|
| 0 | Also returned for an unknown table, and for a table that has none. |