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