







|
| EPPlus 3.0 |
| ExcelPivotTableField..::.AddDateGrouping Method (eDateGroupBy) |
| ExcelPivotTableField Class See Also Send Feedback |
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 ) |
Parameters
- groupBy
- Type: OfficeOpenXml.Table.PivotTable..::.eDateGroupBy
Group by
