menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelExportType - API Reference

    Show / Hide Table of Contents

    Class ExcelExportType

    Indicates what property will be used for export.

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

    Fields

    Bool

    Represents Boolean property.

    Declaration
    public const ExcelExportType Bool
    Field Value
    Type Description
    ExcelExportType

    DateTime

    Represents DateTime property.

    Declaration
    public const ExcelExportType DateTime
    Field Value
    Type Description
    ExcelExportType

    Error

    Represents Error property.

    Declaration
    public const ExcelExportType Error
    Field Value
    Type Description
    ExcelExportType

    Formula

    Represents Formula.

    Declaration
    public const ExcelExportType Formula
    Field Value
    Type Description
    ExcelExportType

    Number

    Represents Number property.

    Declaration
    public const ExcelExportType Number
    Field Value
    Type Description
    ExcelExportType

    Text

    Represents Text property.

    Declaration
    public const ExcelExportType Text
    Field Value
    Type Description
    ExcelExportType

    TimeSpan

    Represents TimeSpan property.

    Declaration
    public const ExcelExportType TimeSpan
    Field Value
    Type Description
    ExcelExportType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved