FillType Enum 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the FillType enumeration.
public enum FillType[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2016)]
public enum FillTypepublic 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 FillTypePublic Structure FillType
Implements IEnumValue, IEnumValueFactory(Of FillType), IEquatable(Of FillType)- Inheritance
- 
				FillType
- Inheritance
- 
				FillType
- Attributes
Fields
| Name | Value | Description | 
|---|---|---|
| Fill | 0 | fill. When the item is serialized out as xml, its value is "fill". | 
| Array | 1 | array. When the item is serialized out as xml, its value is "array". | 
| Future | 2 | future. When the item is serialized out as xml, its value is "future". | 
| Array | array. When the item is serialized out as xml, its value is "array". | |
| Equality(FillType, FillType) | ||
| Equals(FillType) | ||
| Equals(Object) | ||
| Fill | fill. When the item is serialized out as xml, its value is "fill". | |
| FillType(String) | Creates a new FillType enum instance | |
| Future | future. When the item is serialized out as xml, its value is "future". | |
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<FillType>.Create(String) | ||
| Inequality(FillType, FillType) | ||
| ToString() |