次の方法で共有


DropDown.ShowItemImage Property

showItemImage.Represents the attribte in schema: showItemImage

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

Syntax

'宣言
<SchemaAttrAttribute(, "showItemImage")> _
Public Property ShowItemImage As BooleanValue
    Get
    Set
'使用
Dim instance As DropDown
Dim value As BooleanValue

value = instance.ShowItemImage

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue

See Also

Reference

DropDown Class

DropDown Members

DocumentFormat.OpenXml.Office.CustomUI Namespace