menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelTableType - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExcelTableType

    It's represent the table type

    Inheritance
    System.Object
    ExcelTableType
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class ExcelTableType : Enum

    Fields

    queryTable

    Represents a table based on an external data query.

    Declaration
    public const ExcelTableType queryTable
    Field Value
    Type
    ExcelTableType

    worksheet

    Represents a table based on a worksheet data range.

    Declaration
    public const ExcelTableType worksheet
    Field Value
    Type
    ExcelTableType

    xml

    Represents a table based on an XML mapping.

    Declaration
    public const ExcelTableType xml
    Field Value
    Type
    ExcelTableType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved