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.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
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