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 into the property
var VertAlign = oCell.VertAlign;
// Reading from the property