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