SetTableRowSize
IPDFDocument4 :: Tables

See Also
Collapse All

This method sets the height of the table's row.

Syntax

HRESULT SetTableRowSize (
LONG tableNumber,
LONG rowNumber,
FLOAT height
)
Parameters
tableNumber
Number of a table in the document's tables collection

rowNumber
Number of a row in the table

height
Height of the row

Return value
If successful, this method returns S_OK. If it fails, this method should return one of the error values.

Remarks

See the AddTable method for samples

See Also

Reference