GetTableCellStrProperty
Version history
This function was introduced in Quick PDF Library version 7.14.
Description
Returns a string property of the specified table cell.
Syntax
Delphi
function TDebenuPDFLibrary1811.GetTableCellStrProperty(TableID, RowNumber,
ColumnNumber, Tag: Integer): WideString;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::GetTableCellStrProperty(TableID As Long,
RowNumber As Long, ColumnNumber As Long, Tag As Long) As String
DLL
wchar_t * DPLGetTableCellStrProperty(int InstanceID, int TableID, int RowNumber,
int ColumnNumber, int Tag)
Parameters
TableID | A TableID returned by the CreateTable function |
RowNumber | The the row number of the cell. Top row is row number 1. |
ColumnNumber | The the column number of the cell. Left most column is column number 1. |
Tag | 301 = Cell contents |