Enum ExcelVerticalAlignment
- Namespace
- OfficeOpenXml.Style
- Assembly
- EPPlus.dll
Vertical text alignment
public enum ExcelVerticalAlignment
Fields
Bottom = 2
Bottom aligned
Center = 1
Center aligned
Distributed = 3
Distributed. Each line of text inside the cell is evenly distributed across the height of the cell
Justify = 4
Justify. Each line of text inside the cell is evenly distributed across the height of the cell
Top = 0
Top aligned