CustomUI.Ribbon Property

Ribbon.Represents the element tag in schema: mso14:ribbon

Namespace:  DocumentFormat.OpenXml.Office2010.CustomUI
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property Ribbon As Ribbon
    Get
    Set
'Usage
Dim instance As CustomUI
Dim value As Ribbon

value = instance.Ribbon

instance.Ribbon = value
public Ribbon Ribbon { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon

See Also

Reference

CustomUI Class

CustomUI Members

DocumentFormat.OpenXml.Office2010.CustomUI Namespace