共用方式為


FillType Enum

Definition

Defines the FillType enumeration.

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)
Inheritance
FillType
Inheritance
FillType
Attributes

Fields

FillType(String)

Creates a new FillType enum instance

Array 1

array.

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

Array

array.

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

Equals(FillType)
Equals(Object)
Fill 0

fill.

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

Fill

fill.

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

Future 2

future.

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

Future

future.

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

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

Applies to