ConditionalFormatValueObjectValues enumeration
Office 2013 and later
Conditional Format Value Object Type
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| Number | Number. 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 | Maximum. When the item is serialized out as xml, its value is "max". | |
| Min | Minimum. 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". |
Show: