TdxSpreadSheetCellStyle.AlignVert Property
In This Article
Specifies the vertical alignment of a value within a cell.
#Declaration
Delphi
property AlignVert: TdxSpreadSheetDataAlignVert read; write;
#Property Value
Type |
---|
Tdx |
#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