Show / Hide Table of Contents

Class ExcelPivotTableFieldDateGroup

A date group

Inheritance
System.Object
XmlHelper
ExcelPivotTableFieldGroup
ExcelPivotTableFieldDateGroup
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml.Table.PivotTable
Assembly: Experior.Core.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

GroupBy

How to group the date field

Declaration
public eDateGroupBy GroupBy { get; }
Property Value
Type Description
eDateGroupBy
Back to top Generated by DocFX