GetCell - method of the PmfTableRow object
Description:
Returns reference to the
PmfTableCell object of the selected row.
Syntax:
Object GetCell(Long iCol)
Parameters:
iCol | (Long) Column index of the selected row (zero-based index, -1 = the last column). |
---|
Example:
JavaScriptSelect and copy to clipboard
var oCell = oRow.GetCell(-1);