CustomizationPart.TemplateCommandGroup Property
Gets/Sets the root element of this part.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property TemplateCommandGroup As TemplateCommandGroup
Get
Set
'Usage
Dim instance As CustomizationPart
Dim value As TemplateCommandGroup
value = instance.TemplateCommandGroup
instance.TemplateCommandGroup = value
public TemplateCommandGroup TemplateCommandGroup { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup