Column - property of the PmfTableCell object
Description:
Returns reference to the
PmfTableColumn object, which represents the table column 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 oCol = oCell.Column;
// Reading from the property