CommandValues Enumeration

Command Type

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

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

Members

Member name Description
Event Command Type Enum ( Event ). When the item is serialized out as xml, its value is "evt".
Call Command Type Enum ( Call ). When the item is serialized out as xml, its value is "call".
Verb Command Type Enum ( Verb ). When the item is serialized out as xml, its value is "verb".

See Also

Reference

DocumentFormat.OpenXml.Presentation Namespace