Online Documentation for Advanced Data Export for RAD Studio VCL
TxlsAlignment.Vertical
type
TxlsVerticalAlignment = (valTop, valCenter, valBottom, valJustify);
property Vertical: TxlsVerticalAlignment;
Description
The Vertical property defines the vertical alignment of the cell. The following values are available: valTop, valCenter, valBottom, and valJustify. The default value is valBottom.
See also: