Click or drag to resize

GroupByValues Enumeration

Values Group By

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
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