Class ExcelPivotTableFieldNumericGroup
A pivot table field numeric grouping
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 ExcelPivotTableFieldNumericGroup : ExcelPivotTableFieldGroup
  Properties
End
End value
Declaration
public double End { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Double | 
Interval
Interval
Declaration
public double Interval { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Double | 
Start
Start value
Declaration
public double Start { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Double |