VertAlign - property of the PmfTableRow object
Description:
Vertical text alignment of the selected row of the table area.
If this property is not set, then it takes (inherits) its value from the
PmfTableArea.VertAlign property.
Values:
middle - Alignment to center
top - Alignment to top border
bottom - Alignment to bottom border
inherit (default) - The property takes its value from the parent object.
Note:
Property access
for read and write.
This property is also functional in
Web panels.
Example:
JavaScriptSelect and copy to clipboard
oRow.VertAlign = "middle";
// Writing into the property
var VertAlign = oRow.VertAlign;
// Reading from the property
oRow.VertAlign = "inherit";
// The property takes its value from the parent object