Connection.ConnectionFile Property

Connection File.Represents the attribte in schema: odcFile

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

Syntax

'Declaration
<SchemaAttrAttribute(, "odcFile")> _
Public Property ConnectionFile As StringValue
    Get
    Set
'Usage
Dim instance As Connection
Dim value As StringValue

value = instance.ConnectionFile

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Connection Class

Connection Members

DocumentFormat.OpenXml.Spreadsheet Namespace