ConditionalFormattingValueObjectTypeValues enumeration

Office 2013 and later

Defines the ConditionalFormattingValueObjectTypeValues enumeration.

Namespace:  DocumentFormat.OpenXml.Office2010.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
Numeric num. When the item is serialized out as xml, its value is "num".
Percent percent. When the item is serialized out as xml, its value is "percent".
Max max. When the item is serialized out as xml, its value is "max".
Min min. When the item is serialized out as xml, its value is "min".
Formula formula. When the item is serialized out as xml, its value is "formula".
Percentile percentile. When the item is serialized out as xml, its value is "percentile".
AutoMin autoMin. When the item is serialized out as xml, its value is "autoMin".
AutoMax autoMax. When the item is serialized out as xml, its value is "autoMax".
Show: