HorzAlign - property of the PmfTable object
Description:
Horizontal table text alignment.
Values:
center (default) - Alignment to center
left - Alignment to left border
right - Alignment to right border
Note:
Property access
for read and write.
This property is also functional in
Web panels.
Example1:
JavaScriptSelect and copy to clipboard
oTable.HorzAlign = "center";
// Writing into the property
var sHorzAlign = oTable.HorzAlign;
// Reading from the property