次の方法で共有


ArrayValueType 列挙型

定義

ArrayValueType 列挙型を定義します。

[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2019)]
public enum ArrayValueType
public enum ArrayValueType
public readonly struct ArrayValueType : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType>, IEquatable<DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType>
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2019)>]
type ArrayValueType = 
type ArrayValueType = 
type ArrayValueType = struct
    interface IEnumValue
    interface IEnumValueFactory<ArrayValueType>
Public Enum ArrayValueType
Public Structure ArrayValueType
Implements IEnumValue, IEnumValueFactory(Of ArrayValueType), IEquatable(Of ArrayValueType)
継承
ArrayValueType
継承
ArrayValueType
属性

フィールド

ArrayValueType(String)

新しい ArrayValueType 列挙型インスタンスを作成します

A 6

a.

項目を xml としてシリアル化されるときに、その値は "a" です。

A

a.

項目を xml としてシリアル化されるときに、その値は "a" です。

B 2

b.

項目を xml としてシリアル化されるときに、その値は "b" です。

B

b.

項目を xml としてシリアル化されるときに、その値は "b" です。

D 0

d.

アイテムを xml としてシリアル化されるときに、その値は "d" です。

D

d.

アイテムを xml としてシリアル化されるときに、その値は "d" です。

E 3

e.

項目を xml としてシリアル化されるときに、その値は "e" です。

E

e.

項目を xml としてシリアル化されるときに、その値は "e" です。

Equals(ArrayValueType)
Equals(Object)
GetHashCode()
I 1

i.

項目を xml としてシリアル化されるときに、その値は "i" です。

I

i.

項目を xml としてシリアル化されるときに、その値は "i" です。

Equality(ArrayValueType, ArrayValueType)
Inequality(ArrayValueType, ArrayValueType)
R 5

R。

項目を xml としてシリアル化されるときに、その値は "r" です。

R

R。

項目を xml としてシリアル化されるときに、その値は "r" です。

S

S。

項目を xml としてシリアル化されるときに、その値は "s" です。

S 4

S。

項目を xml としてシリアル化されるときに、その値は "s" です。

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

適用対象