Class ExcelPivotTableAreaStyle
Defines a pivot table area of selection used for styling.
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 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 |