VertAlign - property of the PmfTableRow object
Description:
Vertical text alignment of the selected row in table area.
If this property is not set, then it takes (inherits) its value from the
PmfTableArea.VertAlign property.
Values:
middle (default) - Alignment to center
top - Alignment to top border
bottom - Alignment to bottom border
inherit - 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