Click or drag to resize

ConditionalFormattingValueObjectTypeValues Enumeration

Defines the ConditionalFormattingValueObjectTypeValues enumeration.

Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum ConditionalFormattingValueObjectTypeValues
Members
Member nameValueDescription
Numeric0 num.

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

Percent1 percent.

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

Max2 max.

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

Min3 min.

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

Formula4 formula.

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

Percentile5 percentile.

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

AutoMin6 autoMin.

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

AutoMax7 autoMax.

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

See Also