BoolOperatorValues Enumeration

Boolean Constraint

Namespace:  DocumentFormat.OpenXml.Drawing.Diagrams
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration BoolOperatorValues
'Usage
Dim instance As BoolOperatorValues
public enum BoolOperatorValues

Members

Member name Description
None None. When the item is serialized out as xml, its value is "none".
Equal Equal. When the item is serialized out as xml, its value is "equ".
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".

See Also

Reference

DocumentFormat.OpenXml.Drawing.Diagrams Namespace