Enum eTableNamedStyleAppliesTo
- Namespace
- OfficeOpenXml
- Assembly
- EPPlus.dll
Defines if a table style applies to a Table / PivotTable or Both
public enum eTableNamedStyleAppliesTo
Fields
PivotTables = 1The named style applies to pivot tables only
Tables = 0The named style applies to tables only
TablesAndPivotTables = 2The named style can be applied to both tables and pivot tables