SetTableCellContent

Page layout

Description

Sets the content of the specified cell. The content will be drawn with the equivalent of the DrawHTMLText function, prefixed with the necessary paragraph alignment, font size and font color tags.

Syntax

Delphi

function TPDFlib.SetTableCellContent(TableID, RowNumber, ColumnNumber: Integer; Const HTMLText: WideString): Integer;

ActiveX

Function PDFlib::SetTableCellContent(TableID As Long, RowNumber As Long, ColumnNumber As Long, HTMLText As String) As Long

DLL

int DLSetTableCellContent(int InstanceID, int TableID, int RowNumber, int ColumnNumber, wchar_t * HTMLText);

Parameters

TableIDA TableID returned by the CreateTable function
RowNumberThe the row number of the cell. Top row is row number 1.
ColumnNumberThe the column number of the cell. Left most column is column number 1.
HTMLTextThe HTML text to place into the specified cell