次の方法で共有


AdjustType 列挙型

定義

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 としてシリアル化されるときに、その値は "sparkline" です。

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 としてシリアル化されるときに、その値は "sparkline" です。

ToString()

適用対象