CustomUI.OnLoad Property
onLoad.Represents the attribte in schema: onLoad
Namespace: DocumentFormat.OpenXml.Office2010.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