Show / Hide Table of Contents

Class ExcelPivotAreaAutoSort

Inheritance
System.Object
XmlHelper
ExcelPivotArea
ExcelPivotAreaAutoSort
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 ExcelPivotAreaAutoSort : ExcelPivotArea

Properties

Conditions

Conditions for the auto sort scope. Conditions can be set for specific data fields. Specify labels, data grand totals and more.

Declaration
public ExcelPivotAreaStyleConditions Conditions { get; }
Property Value
Type Description
ExcelPivotAreaStyleConditions
Back to top Generated by DocFX