Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetCellStyle.AlignHorzIndent Property

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

#Declaration

Delphi
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