Connection.OnlyUseConnectionFile Property

Only Use Connection File.Represents the attribte in schema: onlyUseConnectionFile

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

Syntax

'Declaration
<SchemaAttrAttribute(, "onlyUseConnectionFile")> _
Public Property OnlyUseConnectionFile As BooleanValue
    Get
    Set
'Usage
Dim instance As Connection
Dim value As BooleanValue

value = instance.OnlyUseConnectionFile

instance.OnlyUseConnectionFile = value
[SchemaAttrAttribute(, "onlyUseConnectionFile")]
public BooleanValue OnlyUseConnectionFile { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

Connection Class

Connection Members

DocumentFormat.OpenXml.Spreadsheet Namespace