TdxSpreadSheetDataAlignVert Enum
In This Article
Enumerates vertical alignments of the cell contents.
#Declaration
Delphi
TdxSpreadSheetDataAlignVert = (
ssavTop,
ssavCenter,
ssavBottom,
ssavJustify,
ssavDistributed
);
#Members
Name |
---|
ssav
|
ssav
|
ssav
|
ssav
|
ssav
|
#Remarks
Options include:
Value | Description |
---|---|
ssav | Aligns cell contents to the top of a cell. |
ssav | Vertically centers cell contents. |
ssav | Aligns cell contents to the bottom of a cell. |
ssav | Justifies cell contents vertically. Cell text is distributed evenly between the top and bottom cell bounds. |
ssav | Cell text is spread evenly between the top and bottom cell bounds. Effectively, blank space is placed between each line so that the entire cell is filled. |
The full range of possible cell content alignments (including both the AlignHorz and AlignVert property values) is shown on the image below.
See Also