NanoXLSX Library Documentation
![]() | StyleCellXfVerticalAlignValue Enumeration |
Enum for the vertical alignment of a cell
Namespace: NanoXLSX.Style
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
SyntaxC#
public enum VerticalAlignValue
Members| Member name | Value | Description | |
|---|---|---|---|
| bottom | 0 | Content will be aligned on the bottom (default) | |
| top | 1 | Content will be aligned on the top | |
| center | 2 | Content will be aligned in the center | |
| justify | 3 | justify alignment | |
| distributed | 4 | Distributed alignment | |
| none | 5 | No alignment. The alignment will not be used in a style |
See Also