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

TdxSpreadSheetDataAlignVert Enum

Enumerates vertical alignments of the cell contents.

#Declaration

Delphi
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