FillType 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
- 属性
フィールド
名前 | 値 | 説明 |
---|---|---|
Fill | 0 | 注ぐ。 アイテムを xml としてシリアル化されるときに、その値は "fill" です。 |
Array | 1 | 配列。 項目を xml としてシリアル化されるときに、その値は "配列" です。 |
Future | 2 | 未来。 項目が xml としてシリアル化されるときに、その値は "future" になります。 |
Array | 配列。 項目を xml としてシリアル化されるときに、その値は "配列" です。 |
|
Equality(FillType, FillType) | ||
Equals(FillType) | ||
Equals(Object) | ||
Fill | 注ぐ。 アイテムを xml としてシリアル化されるときに、その値は "fill" です。 |
|
FillType(String) | 新しい FillType 列挙型インスタンスを作成します |
|
Future | 未来。 項目が xml としてシリアル化されるときに、その値は "future" になります。 |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<FillType>.Create(String) | ||
Inequality(FillType, FillType) | ||
ToString() |