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