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