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