Show / Hide Table of Contents

Class ExcelPivotAreaStyleConditions

Conditions for a pivot table area style.

Inheritance
Object
ExcelPivotAreaStyleConditions
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: OfficeOpenXml.Table.PivotTable
Assembly: EPPlus.dll
Syntax
public class ExcelPivotAreaStyleConditions

Properties

DataFields

The data field that the conditions will apply too.

Declaration
public ExcelPivotAreaDataFieldReference DataFields { get; }
Property Value
Type Description
ExcelPivotAreaDataFieldReference

Fields

Row and column fields that the conditions will apply to.

Declaration
public ExcelPivotAreaReferenceCollection Fields { get; }
Property Value
Type Description
ExcelPivotAreaReferenceCollection
In this article
Back to top Generated by DocFX