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 TQuickPDF0813.GetTableCellStrProperty(TableID, RowNumber, ColumnNumber,
Tag: Integer): WideString;
ActiveX
Function QuickPDF0813.PDFLibrary::GetTableCellStrProperty(TableID As Long,
RowNumber As Long, ColumnNumber As Long, Tag As Long) As String
DLL
wchar_t * QuickPDFGetTableCellStrProperty(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 |