TdxSpreadSheetDataAlignHorz Enum
Enumerates horizontal alignments of the cell contents.
#Declaration
TdxSpreadSheetDataAlignHorz = (
ssahGeneral,
ssahLeft,
ssahCenter,
ssahRight,
ssahFill,
ssahJustify,
ssahDistributed
);
#Members
Name |
---|
ssah
|
ssah
|
ssah
|
ssah
|
ssah
|
ssah
|
ssah
|
#Remarks
Options include:
Value | Description |
---|---|
ssah | Aligns cell content according to its type. Text strings are aligned to the left, numeric values are aligned to the right, and logical values are centered. |
ssah | Aligns cell contents to the left side of a cell. The Tdx |
ssah | Horizontally centers cell contents within a cell. |
ssah | Aligns cell contents to the right side of a cell. The Tdx |
ssah | Aligns cell contents to the left but always displays it truncated at the right cell border if it does not fit into the cell. |
ssah | Justifies cell contents horizontally. A text within the cell is distributed evenly between the left and right cell bounds. |
ssah | The cell content is distributed across the cell’s width, to line up with both the left and right sides. Unlike ssah |
The full range of possible cell content alignments (including both the AlignHorz and AlignVert property values) is shown in the image below.