Show / Hide Table of Contents

Class ExcelPivotTableAreaStyle

Defines a pivot table area of selection used for styling.

Inheritance
System.Object
XmlHelper
ExcelPivotArea
ExcelPivotTableAreaStyle
Inherited Members
ExcelPivotArea.FieldIndex
ExcelPivotArea.FieldPosition
ExcelPivotArea.IsValuesField
ExcelPivotArea.PivotAreaType
ExcelPivotArea.Axis
ExcelPivotArea.DataOnly
ExcelPivotArea.LabelOnly
ExcelPivotArea.GrandRow
ExcelPivotArea.GrandColumn
ExcelPivotArea.CacheIndex
ExcelPivotArea.Outline
ExcelPivotArea.Offset
ExcelPivotArea.CollapsedLevelsAreSubtotals
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 ExcelPivotTableAreaStyle : ExcelPivotArea

Properties

Conditions

Conditions for the pivot table. Conditions can be set for specific row-, column- or data fields. Specify labels, data grand totals and more.

Declaration
public ExcelPivotAreaStyleConditions Conditions { get; }
Property Value
Type Description
ExcelPivotAreaStyleConditions

Style

Access to the style property for the pivot area

Declaration
public ExcelDxfStyle Style { get; }
Property Value
Type Description
ExcelDxfStyle
In This Article
Back to top Generated by DocFX