DataBinding.DataBindingLoadMode Property

XML Data Loading Behavior.Represents the attribte in schema: DataBindingLoadMode

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "DataBindingLoadMode")> _
Public Property DataBindingLoadMode As UInt32Value
    Get
    Set
'Usage
Dim instance As DataBinding
Dim value As UInt32Value

value = instance.DataBindingLoadMode

instance.DataBindingLoadMode = value
[SchemaAttrAttribute(, "DataBindingLoadMode")]
public UInt32Value DataBindingLoadMode { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

DataBinding Class

DataBinding Members

DocumentFormat.OpenXml.Spreadsheet Namespace