Enum eBorderExclude
- Namespace
- OfficeOpenXml.Export.HtmlExport
- Assembly
- EPPlus.dll
Exclude border properties in the css
[Flags]
public enum eBorderExclude
Fields
All = Top | Bottom | Left | Right
Exclude all border properties.
Bottom = 2
Exclude bottom border properties
Left = 4
Exclude left border properties
Right = 8
Exclude right border properties
Top = 1
Exclude top border properties