Skip to main content

TdxSpreadSheetCellStyle.AlignHorzIndent Property

Specifies an indent (in pixels) from the left or right borders of a cell object.

Declaration

property AlignHorzIndent: Integer read; write;

Property Value

Type
Integer

Remarks

Use this property to specify an indent for the cell object’s contents. The AlignHorzIndent property value is in effect only when the AlignHorz property is set to one of the following values:

AlignHorz Value

Description

ssahLeft

The AlignHorzIndent property value specifies the distance (in pixels) between the left cell border and the displayed value.

ssahRight

The AlignHorzIndent property value specifies the distance (in pixels) between the right cell border and the displayed value.

ssahDistributed

The AlignHorzIndent property value specifies two distances (in pixels):

  • The space between the left cell border and the displayed value;

  • The space between the right cell border and the displayed value.

See Also