FunctionOperatorValues-Enumeration
Function Operator
Namespace: DocumentFormat.OpenXml.Drawing.Diagrams
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration FunctionOperatorValues
'Usage
Dim instance As FunctionOperatorValues
public enum FunctionOperatorValues
Member
Membername | Beschreibung | |
---|---|---|
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". |