SetTableRowHeight
Page layout
Description
Sets the height of one or more table rows. If the row height is set to zero (default) the row will autosize to the maximum height of the contents of all the cells in the row.
Syntax
Delphi
function TPDFlib.SetTableRowHeight(TableID, FirstRow, LastRow: Integer; NewHeight: Double): Integer;ActiveX
Function PDFlib::SetTableRowHeight(TableID As Long, FirstRow As Long, LastRow As Long, NewHeight As Double) As LongDLL
int DLSetTableRowHeight(int InstanceID, int TableID, int FirstRow, int LastRow, double NewHeight);Parameters
| TableID | A TableID returned by the CreateTable function |
|---|---|
| FirstRow | The the number of the first row to set. Top row is row number 1. The number of the final row to set |
| LastRow | |
| NewHeight | 0 = auto size Non-zero = the new maximum height of the row |