Online Documentation for Advanced Data Export for RAD Studio VCL

TXlsxCellStyle.Alignment

 

TXlsxCellStyle


type 

  TMSCellAlignment = (caLeft, caRight, caCenter, caJustify);

 

property Alignment: TMSCellAlignment;

 

Description

The Alignment property defines the text alignment for the current style. The following values are available:

caLeft - text is left-justified

caRight - text is right-justified

caCenter - text is centered

caJustify - text is distributed over the paragraph width