SetCellTableFont
IPDFDocument4 :: Tables

See Also
Collapse All

This method setsĀ the fontĀ for the table's cell.

Syntax

HRESULT SetCellTableFont (
LONG tableNumber,
LONG columnNumber,
LONG rowNumber,
LONG fontNumber
)
Parameters
tableNumber
Number of a table in the document's tables collection

columnNumber
Number of a column in the table

rowNumber
Number of a row in the table

fontNumber
Number 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