Command.Type Property

Command Type.Represents the attribte in schema: type

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

Syntax

'Declaration
<SchemaAttrAttribute(, "type")> _
Public Property Type As EnumValue(Of CommandValues)
    Get
    Set
'Usage
Dim instance As Command
Dim value As EnumValue(Of CommandValues)

value = instance.Type

instance.Type = value
[SchemaAttrAttribute(, "type")]
public EnumValue<CommandValues> Type { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<CommandValues>
Returns EnumValue<T>.

See Also

Reference

Command Class

Command Members

DocumentFormat.OpenXml.Presentation Namespace