AdjustType 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 AdjustType enumeration.
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)
- Inheritance
-
AdjustType
- Inheritance
-
AdjustType
- Attributes
Fields
AdjustType(String) | Creates a new AdjustType enum instance |
|
Anchor | 4 | anchor. When the item is serialized out as xml, its value is "anchor". |
Anchor | anchor. When the item is serialized out as xml, its value is "anchor". |
|
CondFmt | 2 | condFmt. When the item is serialized out as xml, its value is "condFmt". |
CondFmt | condFmt. When the item is serialized out as xml, its value is "condFmt". |
|
Equals(Object) | ||
Equals(AdjustType) | ||
Fmla | fmla. When the item is serialized out as xml, its value is "fmla". |
|
Fmla | 0 | fmla. When the item is serialized out as xml, its value is "fmla". |
FmlaNoSticky | 5 | fmlaNoSticky. When the item is serialized out as xml, its value is "fmlaNoSticky". |
FmlaNoSticky | fmlaNoSticky. When the item is serialized out as xml, its value is "fmlaNoSticky". |
|
Format | 1 | format. When the item is serialized out as xml, its value is "format". |
Format | format. When the item is serialized out as xml, its value is "format". |
|
Fragile | 7 | fragile. When the item is serialized out as xml, its value is "fragile". |
Fragile | fragile. When the item is serialized out as xml, its value is "fragile". |
|
Future | 8 | future. When the item is serialized out as xml, its value is "future". |
Future | future. When the item is serialized out as xml, its value is "future". |
|
GetHashCode() | ||
NoAdj | 6 | noAdj. When the item is serialized out as xml, its value is "noAdj". |
NoAdj | noAdj. When the item is serialized out as xml, its value is "noAdj". |
|
Equality(AdjustType, AdjustType) | ||
Inequality(AdjustType, AdjustType) | ||
Sparkline | 3 | sparkline. When the item is serialized out as xml, its value is "sparkline". |
Sparkline | sparkline. When the item is serialized out as xml, its value is "sparkline". |
|
ToString() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<AdjustType>.Create(String) |