TdxSpreadSheetCellStyle.AlignHorz Property
In This Article
Specifies the horizontal alignment of a value within a cell.
#Declaration
Delphi
property AlignHorz: TdxSpreadSheetDataAlignHorz read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Use the AlignHorz and AlignVert properties to position a value within a cell’s borders. Refer to the TdxSpreadSheetDataAlignHorz type description for detailed information on horizontal alignment options.
Note
The Align
See Also