AddDateGrouping Method (eDateGroupBy)

Office Open XML

Add a date grouping on this field.

Namespace:  OfficeOpenXml.Table.PivotTable
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public void AddDateGrouping(
	eDateGroupBy groupBy
)
Visual Basic (Declaration)
Public Sub AddDateGrouping ( _
	groupBy As eDateGroupBy _
)
Visual C++
public:
void AddDateGrouping(
	eDateGroupBy groupBy
)

See Also