Share via


CustomUI.OnLoad Property

onLoad.Represents the attribte in schema: onLoad

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

Syntax

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

value = instance.OnLoad

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

Property Value

Type: DocumentFormat.OpenXml.StringValue

See Also

Reference

CustomUI Class

CustomUI Members

DocumentFormat.OpenXml.Office.CustomUI Namespace