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