Enum ExcelVerticalAlignment
Vertical text alignment
Namespace: OfficeOpenXml.Style
Assembly: EPPlus.dll
Syntax
public enum ExcelVerticalAlignment
  Fields
| Name | Description | 
|---|---|
| Bottom | Bottom aligned  | 
      
| Center | Center aligned  | 
      
| Distributed | Distributed. Each line of text inside the cell is evenly distributed across the height of the cell  | 
      
| Justify | Justify. Each line of text inside the cell is evenly distributed across the height of the cell  | 
      
| Top | Top aligned  |