Skip to main content

TdxSpreadSheetDataAlignVert Enum

Enumerates vertical alignments of the cell contents.

Declaration

TdxSpreadSheetDataAlignVert = (
    ssavTop,
    ssavCenter,
    ssavBottom,
    ssavJustify,
    ssavDistributed
);

Members

Name
ssavTop
ssavCenter
ssavBottom
ssavJustify
ssavDistributed

Remarks

Options include:

Value

Description

ssavTop

Aligns cell contents to the top of a cell.

ssavCentert

Vertically centers cell contents.

ssavBottom

Aligns cell contents to the bottom of a cell.

ssavJustify

Justifies cell contents vertically. Cell text is distributed evenly between the top and bottom cell bounds.

ssavDistributed

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