Click or drag to resize

ConditionalFormatValueObjectValues Enumeration

Conditional Format Value Object Type

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum ConditionalFormatValueObjectValues
Members
Member nameValueDescription
Number0 Number.

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 Maximum.

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

Min3 Minimum.

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".

See Also