Class ExcelConnectionsType
It's Define the connection type
Inheritance
System.Object
ExcelConnectionsType
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class ExcelConnectionsType : Enum
Fields
ConnectionTypeODBC
connection type is ODBC
Declaration
public const ExcelConnectionsType ConnectionTypeODBC
Field Value
Type |
---|
ExcelConnectionsType |
ConnectionTypeOLEDB
connection type is OLEDB
Declaration
public const ExcelConnectionsType ConnectionTypeOLEDB
Field Value
Type |
---|
ExcelConnectionsType |
ConnectionTypeTEXT
connection type is Text file
Declaration
public const ExcelConnectionsType ConnectionTypeTEXT
Field Value
Type |
---|
ExcelConnectionsType |
ConnectionTypeWEB
connection type web file
Declaration
public const ExcelConnectionsType ConnectionTypeWEB
Field Value
Type |
---|
ExcelConnectionsType |