ASP.NET Core

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ExcelTableType

    Show / Hide Table of Contents

    Enum ExcelTableType

    It's represent the table type

    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public enum ExcelTableType

    Fields

    Name Description
    queryTable

    Represents a table based on an external data query.

    worksheet

    Represents a table based on a worksheet data range.

    xml

    Represents a table based on an XML mapping.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved