Click or drag to resize

AdjustType Enumeration

Defines the AdjustType enumeration.

Namespace: DocumentFormat.OpenXml.Office2016.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum AdjustType
Members
Member nameValueDescription
Fmla0 fmla.

When the item is serialized out as xml, its value is "fmla".

Format1 format.

When the item is serialized out as xml, its value is "format".

CondFmt2 condFmt.

When the item is serialized out as xml, its value is "condFmt".

Sparkline3 sparkline.

When the item is serialized out as xml, its value is "sparkline".

Anchor4 anchor.

When the item is serialized out as xml, its value is "anchor".

FmlaNoSticky5 fmlaNoSticky.

When the item is serialized out as xml, its value is "fmlaNoSticky".

NoAdj6 noAdj.

When the item is serialized out as xml, its value is "noAdj".

Fragile7 fragile.

When the item is serialized out as xml, its value is "fragile".

Future8 future.

When the item is serialized out as xml, its value is "future".

See Also