VertAlign - property of the PmfTableCell object
Description:
Vertical text alignment of selected cell in 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
oCell.VertAlign = "middle"; //Writing the value
var VertAlign = oCell.VertAlign; //Reading the value