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