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