CustomUI.LoadImage Property
loadImage.Represents the attribte in schema: loadImage
Namespace: DocumentFormat.OpenXml.Office2010.CustomUI
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "loadImage")> _
Public Property LoadImage As StringValue
Get
Set
'Uso
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