CustomUI.Commands Property
Commands.Represents the element tag in schema: mso14:commands
Namespace: DocumentFormat.OpenXml.Office2010.CustomUI
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Commands As Commands
Get
Set
'Usage
Dim instance As CustomUI
Dim value As Commands
value = instance.Commands
instance.Commands = value
public Commands Commands { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Office2010.CustomUI.Commands