Click or drag to resize

DateTimeGroupItem DateTimeGroupingType Property

Gets or sets the type of grouping for date and time.

Namespace: Spire.Xls.Core.Spreadsheet.AutoFilter
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public DateTimeGroupingType DateTimeGroupingType { get; set; }

Property Value

Type: DateTimeGroupingType
The DateTimeGroupingType value representing the type of grouping.

Return Value

Type: DateTimeGroupingType
The DateTimeGroupingType value.
See Also