SetRowTableFontSize
IPDFDocument4 :: Tables

See Also
Collapse All

This method sets the font sizeĀ for each table's cell in a specified row.

Syntax

HRESULT SetRowTableFontSize (
LONG tableNumber,
LONG rowNumber,
LONG fontSize
)
Parameters
tableNumber
Number of a table in the document's tables collection

rowNumber
Number of a table's row

fontSize
Size (in points) of the font

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