SelectionTypeValues Enum

Definition

Defines the SelectionTypeValues enumeration.

public enum SelectionTypeValues
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
public enum SelectionTypeValues
public readonly struct SelectionTypeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues>, IEquatable<DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues>
type SelectionTypeValues = 
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
type SelectionTypeValues = 
type SelectionTypeValues = struct
    interface IEnumValue
    interface IEnumValueFactory<SelectionTypeValues>
Public Enum SelectionTypeValues
Public Structure SelectionTypeValues
Implements IEnumValue, IEnumValueFactory(Of SelectionTypeValues), IEquatable(Of SelectionTypeValues)
Inheritance
SelectionTypeValues
Inheritance
SelectionTypeValues
Attributes

Fields

SelectionTypeValues(String)

Creates a new SelectionTypeValues enum instance

Equals(Object)
Equals(SelectionTypeValues)
Extended 2

extended.

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

Extended

extended.

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

GetHashCode()
Multiple 1

multi.

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

Multiple

multi.

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

Equality(SelectionTypeValues, SelectionTypeValues)
Inequality(SelectionTypeValues, SelectionTypeValues)
Single

single.

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

Single 0

single.

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

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

Applies to