menu

Document Processing

ExcelConnectionsType Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    ExcelConnectionsType Class

    It's Define the connection type

    Inheritance
    System.Object
    ExcelConnectionsType
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved