Specifies the granularity level of a date group item.
Definition
Namespace:Telerik.Documents.SpreadsheetStreaming
Assembly:Telerik.Documents.SpreadsheetStreaming.dll
Syntax:
C#
public enum SpreadDateTimeGroupingType
Fields
Group by day.
C#
Day = 2
Group by hour.
C#
Hour = 3
Group by minute.
C#
Minute = 4
Group by month.
C#
Month = 1
Group by second.
C#
Second = 5
Group by year.
C#
Year = 0