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 时,其值为“array”。 |
Future | 2 | 前途。 当项序列化为 xml 时,其值为“future”。 |
Array | 数组。 当项序列化为 xml 时,其值为“array”。 |
|
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() |