Row - property of the PmfTableCell object
Description:
Returns reference to the
PmfTableRow object, which represents the table row to which the cell belongs.
Note:
Property access for
read-only.
This property is also functional in
Web panels.
Example1:
JavaScriptSelect and copy to clipboard
var oRow = oCell.Row;
// Reading from the property