Enum eHtmlRangeTableInclude
How to handle a range when it is a table.
Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
public enum eHtmlRangeTableInclude
  Fields
| Name | Description | 
|---|---|
| ClassNamesOnly | Set the css table style classes on the table, but do not include the table classes in the css.  | 
      
| Exclude | Do not set the table style css classes on the html table or create the table style css.  | 
      
| Include | Include the css table style for the table and set the corresponding classes on the html table.  |