Enum ExcelHorizontalAlignment
- Namespace
- OfficeOpenXml.Style
- Assembly
- EPPlus.dll
Horizontal text alignment
public enum ExcelHorizontalAlignment
Fields
Center = 2Center aligned
CenterContinuous = 3The horizontal alignment is centered across multiple cells
Distributed = 6Each word in each line of text inside the cell is evenly distributed across the width of the cell
Fill = 5The value of the cell should be filled across the entire width of the cell.
General = 0General aligned
Justify = 7The horizontal alignment is justified to the Left and Right for each row.
Left = 1Left aligned
Right = 4Right aligned