Enum eHtmlGeneralAlignmentHandling
How the text alignment is handled when the style is set to General
Namespace: OfficeOpenXml.Export.HtmlExport
Assembly: EPPlus.dll
Syntax
public enum eHtmlGeneralAlignmentHandling
Fields
Name | Description |
---|---|
CellDataType | If the cell value data type is numeric or date, alignment will be right otherwise left. |
ColumnDataType | If the column data type is numeric or date, alignment will be right otherwise left. |
DontSet | Dont set any alignment when alignment is set to general |