enum
EVerticalAlignment
Describes the possible vertical alignment of an cell in Excel.
Properties
Top
= 0
The cell content is vertically aligned at the top.
Center
= 1
The cell content is centered vertically.
Bottom
= 2
The cell content is vertically aligned at the bottom.
Justify
= 3
The cell content is vertically justified.
Distributed
= 4
The text is vertically distributed across the cell height.