Table of Contents

Enum eHtmlRangeTableInclude

Namespace
OfficeOpenXml
Assembly
EPPlus.dll

How to handle a range when it is a table.

public enum eHtmlRangeTableInclude

Fields

ClassNamesOnly = 1

Set the css table style classes on the table, but do not include the table classes in the css.

Exclude = 0

Do not set the table style css classes on the html table or create the table style css.

Include = 2

Include the css table style for the table and set the corresponding classes on the html table.