Class ExcelPivotTableFieldDateGroup
- Namespace
- OfficeOpenXml.Table.PivotTable
- Assembly
- EPPlus.dll
A date group
public class ExcelPivotTableFieldDateGroup : ExcelPivotTableFieldGroup
- Inheritance
-
ExcelPivotTableFieldDateGroup
- Inherited Members
Properties
AutoEnd
Auto detect end date
public bool AutoEnd { get; }
Property Value
AutoStart
Auto detect start date
public bool AutoStart { get; }
Property Value
EndDate
End date for the grouping
public DateTime? EndDate { get; }
Property Value
GroupBy
How to group the date field
public eDateGroupBy GroupBy { get; }
Property Value
GroupInterval
Intervall if for day grouping
public int? GroupInterval { get; }
Property Value
- int?
StartDate
Start date for the grouping
public DateTime? StartDate { get; }