GroupByValues Enum

Definition

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

GroupByValues(String)

Creates a new GroupByValues enum instance

Days 4

Days.

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

Days

Days.

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

Equals(GroupByValues)
Equals(Object)
GetHashCode()
Hours

Hours.

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

Hours 3

Hours.

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

Minutes 2

Minutes.

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

Minutes

Minutes.

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

Months 5

Months.

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

Months

Months.

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

Equality(GroupByValues, GroupByValues)
Inequality(GroupByValues, GroupByValues)
Quarters 6

Quarters.

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

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".

Range 0

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".

Seconds 1

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".

Years 7

Years.

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

IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<GroupByValues>.Create(String)

Applies to