Connection.SourceFile Property

Source Database File.Represents the attribte in schema: sourceFile

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

Syntax

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

value = instance.SourceFile

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Connection Class

Connection Members

DocumentFormat.OpenXml.Spreadsheet Namespace