Connection.ReconnectionMethod Property

Reconnection Method.Represents the attribte in schema: reconnectionMethod

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

Syntax

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

value = instance.ReconnectionMethod

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

Connection Class

Connection Members

DocumentFormat.OpenXml.Spreadsheet Namespace