PicoXLSX Library Documentation
![]() | StyleCellXfVerticalAlignValue Enumeration |
Enum for the vertical alignment of a cell
Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
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