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