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 |
---|---|
The AlignHorzIndent property value specifies the distance (in pixels) between the left cell border and the displayed value. | |
The AlignHorzIndent property value specifies the distance (in pixels) between the right cell border and the displayed value. | |
The AlignHorzIndent property value specifies two distances (in pixels):
|
See Also