BoolOperatorValues enumeration

Office 2013 and later

Boolean Constraint

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

No code example is currently available or this language may not be supported.

Member nameDescription
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".
Show: