RelationValues Enumeration
Characteristic Relationship Types
Namespace: DocumentFormat.OpenXml.AdditionalCharacteristics
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
Public Enumeration RelationValues
'Uso
Dim instance As RelationValues
public enum RelationValues
Members
Member name | Description | |
---|---|---|
GreaterThanOrEqualTo | Greater Than or Equal to. When the item is serialized out as xml, its value is "ge". | |
LessThanOrEqualTo | Less Than or Equal To. When the item is serialized out as xml, its value is "le". | |
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". | |
EqualTo | Equal To. When the item is serialized out as xml, its value is "eq". |