[]
Specifies how to align cell content vertically within a cell.
public enum XLAlignVert : byte
Name | Description |
---|---|
Bottom | Align to cell bottom. |
Center | Align to cell center. |
Justify | Justify content vertically to span the whole cell height. |
Top | Align to cell top. |
Undefined | Not specified (use default). |