GroupByValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Values Group By
public enum GroupByValues
public readonly struct GroupByValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.GroupByValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.GroupByValues>
type GroupByValues =
type GroupByValues = struct
interface IEnumValue
interface IEnumValueFactory<GroupByValues>
Public Enum GroupByValues
Public Structure GroupByValues
Implements IEnumValue, IEnumValueFactory(Of GroupByValues), IEquatable(Of GroupByValues)
- Inheritance
-
GroupByValues
- Inheritance
-
GroupByValues
Fields
Name | Value | Description |
---|---|---|
Range | 0 | Group By Numeric Ranges. When the item is serialized out as xml, its value is "range". |
Seconds | 1 | Seconds. When the item is serialized out as xml, its value is "seconds". |
Minutes | 2 | Minutes. When the item is serialized out as xml, its value is "minutes". |
Hours | 3 | Hours. When the item is serialized out as xml, its value is "hours". |
Days | 4 | Days. When the item is serialized out as xml, its value is "days". |
Months | 5 | Months. When the item is serialized out as xml, its value is "months". |
Quarters | 6 | Quarters. When the item is serialized out as xml, its value is "quarters". |
Years | 7 | Years. When the item is serialized out as xml, its value is "years". |
Days | Days. When the item is serialized out as xml, its value is "days". |
|
Equality(GroupByValues, GroupByValues) | ||
Equals(GroupByValues) | ||
Equals(Object) | ||
GetHashCode() | ||
GroupByValues(String) | Creates a new GroupByValues enum instance |
|
Hours | Hours. When the item is serialized out as xml, its value is "hours". |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<GroupByValues>.Create(String) | ||
Inequality(GroupByValues, GroupByValues) | ||
Minutes | Minutes. When the item is serialized out as xml, its value is "minutes". |
|
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". |
|
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". |
|
ToString() | ||
Years | Years. When the item is serialized out as xml, its value is "years". |