Compartilhar via


Gallery.ShowInRibbon Property

showInRibbon.Represents the attribte in schema: showInRibbon

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

Syntax

'Declaration
<SchemaAttrAttribute(, "showInRibbon")> _
Public Property ShowInRibbon As EnumValue(Of GalleryShowInRibbonValues)
    Get
    Set
'Usage
Dim instance As Gallery
Dim value As EnumValue(Of GalleryShowInRibbonValues)

value = instance.ShowInRibbon

instance.ShowInRibbon = value
[SchemaAttrAttribute(, "showInRibbon")]
public EnumValue<GalleryShowInRibbonValues> ShowInRibbon { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<GalleryShowInRibbonValues>

See Also

Reference

Gallery Class

Gallery Members

DocumentFormat.OpenXml.Office2010.CustomUI Namespace