다음을 통해 공유


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

Name Value Description
Single 0

single.

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

Multiple 1

multi.

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

Extended 2

extended.

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

Equality(SelectionTypeValues, SelectionTypeValues)
Equals(Object)
Equals(SelectionTypeValues)
Extended

extended.

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

GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<SelectionTypeValues>.Create(String)
Inequality(SelectionTypeValues, SelectionTypeValues)
Multiple

multi.

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

SelectionTypeValues(String)

Creates a new SelectionTypeValues enum instance

Single

single.

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

ToString()

Applies to