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