FillType Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Definiert die 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)
- Vererbung
-
FillType
- Vererbung
-
FillType
- Attribute
Felder
Name | Wert | Beschreibung |
---|---|---|
Fill | 0 | füllen. Wenn das Element als xml serialisiert wird, ist sein Wert "fill". |
Array | 1 | Anordnung. Wenn das Element als xml serialisiert wird, lautet sein Wert "array". |
Future | 2 | Zukunft. Wenn das Element als xml serialisiert wird, lautet sein Wert "future". |
Array | Anordnung. Wenn das Element als xml serialisiert wird, lautet sein Wert "array". |
|
Equality(FillType, FillType) | ||
Equals(FillType) | ||
Equals(Object) | ||
Fill | füllen. Wenn das Element als xml serialisiert wird, ist sein Wert "fill". |
|
FillType(String) | Erstellt eine neue FillType-Enumeration instance |
|
Future | Zukunft. Wenn das Element als xml serialisiert wird, lautet sein Wert "future". |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<FillType>.Create(String) | ||
Inequality(FillType, FillType) | ||
ToString() |