Online Documentation for Advanced Data Export for RAD Studio VCL
TXlsxCellStyle.VerticalAligment
type
TMSCellVerticalAligment = (cvaTop, cvaMiddle, cvaBottom);
property VerticalAligment: TMSCellVerticalAligment;
Description
The Alignment property defines the text alignment for the current style. The following values are available:
cvaTop - text is top-justified
cvaMiddle - text is middle-justified
cvaBottom - text is bottom-justified