Online Documentation for Advanced Data Export for RAD Studio VCL
TxlsAlignment.Horizontal
type
TxlsHorizontalAlignment = (halGeneral, halLeft, halCenter, halRight, halFill);
property Horizontal: TxlsHorizontalAlignment;
Description
The Horizontal property defines the horizontal alignment of the cell. The following values are available: halGeneral, halLeft, halCenter, halRight, and halFill. The default value is halGeneral.
See also: