Show / Hide Table of Contents

Class ExcelPivotTableFieldNumericGroup

A pivot table field numeric grouping

Inheritance
Object
XmlHelper
ExcelPivotTableFieldGroup
ExcelPivotTableFieldNumericGroup
Inherited Members
ExcelPivotTableFieldGroup.BaseIndex
ExcelPivotTableFieldGroup.ParentIndex
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 ExcelPivotTableFieldNumericGroup : ExcelPivotTableFieldGroup

Properties

End

End value

Declaration
public double End { get; }
Property Value
Type Description
Double

Interval

Interval

Declaration
public double Interval { get; }
Property Value
Type Description
Double

Start

Start value

Declaration
public double Start { get; }
Property Value
Type Description
Double
In this article
Back to top Generated by DocFX