Class ExcelPivotTableFieldDateGroup
A date group
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Table.PivotTable
Assembly: EPPlus.dll
Syntax
public class ExcelPivotTableFieldDateGroup : ExcelPivotTableFieldGroup
Properties
AutoEnd
Auto detect end date
Declaration
public bool AutoEnd { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
AutoStart
Auto detect start date
Declaration
public bool AutoStart { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
EndDate
End date for the grouping
Declaration
public DateTime? EndDate { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
GroupBy
How to group the date field
Declaration
public eDateGroupBy GroupBy { get; }
Property Value
Type | Description |
---|---|
eDateGroupBy |
GroupInterval
Intervall if for day grouping
Declaration
public int? GroupInterval { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StartDate
Start date for the grouping
Declaration
public DateTime? StartDate { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |