Enum ExcelHorizontalAlignment
Horizontal text alignment
Namespace: OfficeOpenXml.Style
Assembly: EPPlus.dll
Syntax
public enum ExcelHorizontalAlignment
Fields
Name | Description |
---|---|
Center | Center aligned |
CenterContinuous | The horizontal alignment is centered across multiple cells |
Distributed | Each word in each line of text inside the cell is evenly distributed across the width of the cell |
Fill | The value of the cell should be filled across the entire width of the cell. |
General | General aligned |
Justify | The horizontal alignment is justified to the Left and Right for each row. |
Left | Left aligned |
Right | Right aligned |