Class ExcelConnectionsType
It's Define the connection type
Inheritance
System.Object
    ExcelConnectionsType
  Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public sealed class ExcelConnectionsType : EnumFields
ConnectionTypeODBC
connection type is ODBC
Declaration
public const ExcelConnectionsType ConnectionTypeODBCField Value
| Type | 
|---|
| ExcelConnectionsType | 
ConnectionTypeOLEDB
connection type is OLEDB
Declaration
public const ExcelConnectionsType ConnectionTypeOLEDBField Value
| Type | 
|---|
| ExcelConnectionsType | 
ConnectionTypeTEXT
connection type is Text file
Declaration
public const ExcelConnectionsType ConnectionTypeTEXTField Value
| Type | 
|---|
| ExcelConnectionsType | 
ConnectionTypeWEB
connection type web file
Declaration
public const ExcelConnectionsType ConnectionTypeWEBField Value
| Type | 
|---|
| ExcelConnectionsType |