Class PivotFieldGroupType
Represents data grouping that can be performed on a PivotTable.
Inheritance
System.Object
PivotFieldGroupType
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class PivotFieldGroupType : Enum
Fields
Days
Indicates a grouping on "days" for date values.
Declaration
public const PivotFieldGroupType Days
Field Value
Type |
---|
PivotFieldGroupType |
Hours
Indicates a grouping on "hours" for date values.
Declaration
public const PivotFieldGroupType Hours
Field Value
Type |
---|
PivotFieldGroupType |
Minutes
Indicates a grouping on "minutes" for date values.
Declaration
public const PivotFieldGroupType Minutes
Field Value
Type |
---|
PivotFieldGroupType |
Months
Indicates a grouping on "months" for date values.
Declaration
public const PivotFieldGroupType Months
Field Value
Type |
---|
PivotFieldGroupType |
None
Indicates no auto grouping group
Declaration
public const PivotFieldGroupType None
Field Value
Type |
---|
PivotFieldGroupType |
Quarters
Indicates a grouping on "quarters" for date values
Declaration
public const PivotFieldGroupType Quarters
Field Value
Type |
---|
PivotFieldGroupType |
Range
Indicates a grouping by numeric ranges for numeric values.
Declaration
public const PivotFieldGroupType Range
Field Value
Type |
---|
PivotFieldGroupType |
Seconds
Indicates a grouping on "seconds" for date values.
Declaration
public const PivotFieldGroupType Seconds
Field Value
Type |
---|
PivotFieldGroupType |
Years
Indicates a grouping on "years" for date values.
Declaration
public const PivotFieldGroupType Years
Field Value
Type |
---|
PivotFieldGroupType |