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