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