Skip to main content

TdxSpreadSheetCellStyle.AlignHorz Property

Specifies the horizontal alignment of a value within a cell.

Declaration

property AlignHorz: TdxSpreadSheetDataAlignHorz read; write;

Property Value

Type
TdxSpreadSheetDataAlignHorz

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 AlignHorzIndent property value is ignored if the AlignHorz property is set to ssahGeneral, ssahCenter, ssahFill, or ssahJustify.

See Also