[]
Specifies how rows are grouped.
public enum GroupIntervalEnum
Name | Description |
---|---|
Alphabetical | Rows are grouped by the first character of their values. |
Custom | Rows are grouped by raising the GroupInterval event. |
Date | Rows are grouped by the date portion of their values. |
DateSpan | Rows are grouped according to their date values. |
Default | Rows are grouped by their values. |
Month | Rows are grouped by the month portion of their values. |
Year | Rows are grouped by the year portion of their values. |