FunctionOperatorValues enumeration
Office 2013 and later
Function Operator
Namespace: DocumentFormat.OpenXml.Drawing.Diagrams
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| Equal | Equal. When the item is serialized out as xml, its value is "equ". | |
| NotEqualTo | Not Equal To. When the item is serialized out as xml, its value is "neq". | |
| GreaterThan | Greater Than. When the item is serialized out as xml, its value is "gt". | |
| LessThan | Less Than. When the item is serialized out as xml, its value is "lt". | |
| GreaterThanOrEqualTo | Greater Than or Equal to. When the item is serialized out as xml, its value is "gte". | |
| LessThanOrEqualTo | Less Than or Equal to. When the item is serialized out as xml, its value is "lte". |
Show: