Enum eDateGroupBy
- Namespace
- OfficeOpenXml.Table.PivotTable
- Assembly
- EPPlus.dll
Data grouping
[Flags]
public enum eDateGroupBy
Fields
Days = 8
Group by days
Hours = 16
Group by hours
Minutes = 32
Group by minutes
Months = 4
Group by months
Quarters = 2
Group by quarters
Seconds = 64
Group by seconds
Years = 1
Group by years