Click or drag to resize

GroupByValues Enumeration

Values Group By

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum GroupByValues
Members
Member nameValueDescription
Range0 Group By Numeric Ranges.

When the item is serialized out as xml, its value is "range".

Seconds1 Seconds.

When the item is serialized out as xml, its value is "seconds".

Minutes2 Minutes.

When the item is serialized out as xml, its value is "minutes".

Hours3 Hours.

When the item is serialized out as xml, its value is "hours".

Days4 Days.

When the item is serialized out as xml, its value is "days".

Months5 Months.

When the item is serialized out as xml, its value is "months".

Quarters6 Quarters.

When the item is serialized out as xml, its value is "quarters".

Years7 Years.

When the item is serialized out as xml, its value is "years".

See Also