pivot_cache_group_by_t

Defined in header: <orcus/spreadsheet/types.hpp>

enum class orcus::spreadsheet::pivot_cache_group_by_t

Type of range grouping in a group field of a pivot table cache.

Values:

enumerator unknown

Type of range grouping is unknown.

This is an implicit default value of this type.

enumerator days

Grouping on “days” for date values.

enumerator hours

Grouping on “hours” for date values.

enumerator minutes

Grouping on “minutes” for date values.

enumerator months

Grouping on “months” for date values.

enumerator quarters

Grouping on “quarters” for date values.

enumerator range

Grouping by numeric ranges for numeric values.

enumerator seconds

Grouping on “seconds” for date values.

enumerator years

Grouping on “years” for date values.