AdjustType Enum
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 AdjustType 枚举。
public enum AdjustType
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2016)]
public enum AdjustType
public readonly struct AdjustType : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2016.Excel.AdjustType>, IEquatable<DocumentFormat.OpenXml.Office2016.Excel.AdjustType>
type AdjustType =
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2016)>]
type AdjustType =
type AdjustType = struct
interface IEnumValue
interface IEnumValueFactory<AdjustType>
Public Enum AdjustType
Public Structure AdjustType
Implements IEnumValue, IEnumValueFactory(Of AdjustType), IEquatable(Of AdjustType)
- 继承
-
AdjustType
- 继承
-
AdjustType
- 属性
字段
| 名称 | 值 | 说明 |
|---|---|---|
| Fmla | 0 | fmla。 当项序列化为 xml 时,其值为“fmla”。 |
| Format | 1 | 格式。 当项序列化为 xml 时,其值为“format”。 |
| CondFmt | 2 | condFmt。 将项序列化为 xml 时,其值为“condFmt”。 |
| Sparkline | 3 | 迷你图。 当项序列化为 xml 时,其值为“迷你图”。 |
| Anchor | 4 | 锚。 将项序列化为 xml 时,其值为“anchor”。 |
| FmlaNoSticky | 5 | fmlaNoSticky。 当项序列化为 xml 时,其值为“fmlaNoSticky”。 |
| NoAdj | 6 | noAdj. 当项序列化为 xml 时,其值为“noAdj”。 |
| Fragile | 7 | 脆弱。 当项序列化为 xml 时,其值是“脆弱的”。 |
| Future | 8 | 前途。 当项序列化为 xml 时,其值为“future”。 |
| AdjustType(String) | 创建新的 AdjustType 枚举实例 |
|
| Anchor | 锚。 将项序列化为 xml 时,其值为“anchor”。 |
|
| CondFmt | condFmt。 将项序列化为 xml 时,其值为“condFmt”。 |
|
| Equality(AdjustType, AdjustType) | ||
| Equals(AdjustType) | ||
| Equals(Object) | ||
| Fmla | fmla。 当项序列化为 xml 时,其值为“fmla”。 |
|
| FmlaNoSticky | fmlaNoSticky。 当项序列化为 xml 时,其值为“fmlaNoSticky”。 |
|
| Format | 格式。 当项序列化为 xml 时,其值为“format”。 |
|
| Fragile | 脆弱。 当项序列化为 xml 时,其值是“脆弱的”。 |
|
| Future | 前途。 当项序列化为 xml 时,其值为“future”。 |
|
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<AdjustType>.Create(String) | ||
| Inequality(AdjustType, AdjustType) | ||
| NoAdj | noAdj. 当项序列化为 xml 时,其值为“noAdj”。 |
|
| Sparkline | 迷你图。 当项序列化为 xml 时,其值为“迷你图”。 |
|
| ToString() |