Share via


WorkbookConnection.Type Property

Returns the workbook connection type. Read-only XlConnectionType.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property Type As XlConnectionType
    Get
'Usage
Dim instance As WorkbookConnection
Dim value As XlConnectionType

value = instance.Type
XlConnectionType Type { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlConnectionType

See Also

Reference

WorkbookConnection Interface

WorkbookConnection Members

Microsoft.Office.Interop.Excel Namespace