Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Conditional Format Value Object Type
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration ConditionalFormatValueObjectValues
'Usage
Dim instance As ConditionalFormatValueObjectValues
public enum ConditionalFormatValueObjectValues
Members
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". |