Table of Contents

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

bool

AutoStart

Auto detect start date

public bool AutoStart { get; }

Property Value

bool

EndDate

End date for the grouping

public DateTime? EndDate { get; }

Property Value

DateTime?

GroupBy

How to group the date field

public eDateGroupBy GroupBy { get; }

Property Value

eDateGroupBy

GroupInterval

Intervall if for day grouping

public int? GroupInterval { get; }

Property Value

int?

StartDate

Start date for the grouping

public DateTime? StartDate { get; }

Property Value

DateTime?