CustomUI.LoadImage Property

loadImage.Represents the attribte in schema: loadImage

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

Syntax

'Declaration
<SchemaAttrAttribute(, "loadImage")> _
Public Property LoadImage As StringValue
    Get
    Set
'Usage
Dim instance As CustomUI
Dim value As StringValue

value = instance.LoadImage

instance.LoadImage = value
[SchemaAttrAttribute(, "loadImage")]
public StringValue LoadImage { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue

See Also

Reference

CustomUI Class

CustomUI Members

DocumentFormat.OpenXml.Office2010.CustomUI Namespace