Class ExcelPivotTableFieldNumericGroup
A pivot table field numeric grouping
Inherited Members
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 |