Skip to main content

TdxSpreadSheetCellStyle.AlignVert Property

Specifies the vertical alignment of a value within a cell.

Declaration

property AlignVert: TdxSpreadSheetDataAlignVert read; write;

Property Value

Type
TdxSpreadSheetDataAlignVert

Remarks

Use the AlignHorz and AlignVert properties to position a value within a cell’s borders. Refer to the TdxSpreadSheetDataAlignVert type description for detailed information on available options.

See Also