次の方法で共有


VisibleButton.ShowLabel Property

showLabel.Represents the attribte in schema: showLabel

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

Syntax

'宣言
<SchemaAttrAttribute(, "showLabel")> _
Public Property ShowLabel As BooleanValue
    Get
    Set
'使用
Dim instance As VisibleButton
Dim value As BooleanValue

value = instance.ShowLabel

instance.ShowLabel = value
[SchemaAttrAttribute(, "showLabel")]
public BooleanValue ShowLabel { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue

See Also

Reference

VisibleButton Class

VisibleButton Members

DocumentFormat.OpenXml.Office.CustomUI Namespace