GroupByValues Enumeration

Values Group By

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration GroupByValues
'Usage
Dim instance As GroupByValues
public enum GroupByValues

Members

Member name Description
Range Group By Numeric Ranges. When the item is serialized out as xml, its value is "range".
Seconds Seconds. When the item is serialized out as xml, its value is "seconds".
Minutes Minutes. When the item is serialized out as xml, its value is "minutes".
Hours Hours. When the item is serialized out as xml, its value is "hours".
Days Days. When the item is serialized out as xml, its value is "days".
Months Months. When the item is serialized out as xml, its value is "months".
Quarters Quarters. When the item is serialized out as xml, its value is "quarters".
Years Years. When the item is serialized out as xml, its value is "years".

See Also

Reference

DocumentFormat.OpenXml.Spreadsheet Namespace