Show / Hide Table of Contents

Class ExcelPivotAreaStyleConditions

Conditions for a pivot table area style.

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

Properties

DataFields

The data field that the conditions will apply to.

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
Back to top Generated by DocFX