VertAlign - property of the PmfTableColumn object
Description:
Vertical text alignment of selected column in the table area.
Values:
middle -
default align to center
top - align to top border
bottom - align to bottom border
Note:
Property access
for read and write. This method is also functional in
Web panels.
Example:
JavaScriptSelect and copy to clipboard
oCol.VertAlign = "middle"; //Writing the value
var VertAlign = oCol.VertAlign; //Reading the value