HorzAlign - property of the PmfTableColumn object
Description:
Horizontal text alignment in the selected table column.
If this property is not set, then it takes (inherits) its value from the same
HorzAlign property of the parent object.
Values:
center - default align to center
left - align to left border
right - align to right border
inherit - The property takes its value from the parent object
Note:
Property access
for read and write.
This method is also functional in
Web panels.
Example:
JavaScriptSelect and copy to clipboard
oCol.HorzAlign = "center";
// Writing into the property
var HorzAlign = oCol.HorzAlign;
// Reading from the property
oCol.HorzAlign = "inherit";
// The property takes its value from the parent object