VisibleButton.ShowLabel Property

Definition

showLabel, this property is only available in Office 2010 and later.

Represents the following attribute in the schema: showLabel

[DocumentFormat.OpenXml.SchemaAttr(0, "showLabel")]
public DocumentFormat.OpenXml.BooleanValue ShowLabel { get; set; }
public DocumentFormat.OpenXml.BooleanValue ShowLabel { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "showLabel")]
public DocumentFormat.OpenXml.BooleanValue? ShowLabel { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("showLabel")]
public DocumentFormat.OpenXml.BooleanValue? ShowLabel { get; set; }
public DocumentFormat.OpenXml.BooleanValue? ShowLabel { get; set; }
member this.ShowLabel : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "showLabel")>]
member this.ShowLabel : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("showLabel")>]
member this.ShowLabel : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property ShowLabel As BooleanValue

Property Value

Attributes

Applies to