次の方法で共有


FillType 列挙型

定義

FillType 列挙型を定義します。

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

フィールド

FillType(String)

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

Array 1

配列。

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

Array

配列。

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

Equals(FillType)
Equals(Object)
Fill 0

埋める。

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

Fill

埋める。

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

Future 2

将来。

項目が xml としてシリアル化されるときに、その値は "future" になります。

Future

将来。

項目が xml としてシリアル化されるときに、その値は "future" になります。

GetHashCode()
Equality(FillType, FillType)
Inequality(FillType, FillType)
ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<FillType>.Create(String)

適用対象