Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • 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 Description
    ExcelTableType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    worksheet

    Represents a table based on a worksheet data range.

    Declaration
    public const ExcelTableType worksheet
    Field Value
    Type Description
    ExcelTableType

    xml

    Represents a table based on an XML mapping.

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