Share via


FunctionValues Enumeration

Function Type

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

Syntax

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

Members

Member name Description
Count Count. When the item is serialized out as xml, its value is "cnt".
Position Position. When the item is serialized out as xml, its value is "pos".
ReversePosition Reverse Position. When the item is serialized out as xml, its value is "revPos".
PositionEven Position Even. When the item is serialized out as xml, its value is "posEven".
PositionOdd Position Odd. When the item is serialized out as xml, its value is "posOdd".
Variable Variable. When the item is serialized out as xml, its value is "var".
Depth Depth. When the item is serialized out as xml, its value is "depth".
MaxDepth Max Depth. When the item is serialized out as xml, its value is "maxDepth".

See Also

Reference

DocumentFormat.OpenXml.Drawing.Diagrams Namespace