menu

Document Processing

ExcelExportType Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    ExcelExportType Class

    Indicates what property will be used for export.

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

    Fields

    Bool

    Represents Boolean property.

    Declaration
    public const ExcelExportType Bool
    Field Value
    Type
    ExcelExportType

    DateTime

    Represents DateTime property.

    Declaration
    public const ExcelExportType DateTime
    Field Value
    Type
    ExcelExportType

    Error

    Represents Error property.

    Declaration
    public const ExcelExportType Error
    Field Value
    Type
    ExcelExportType

    Formula

    Represents Formula.

    Declaration
    public const ExcelExportType Formula
    Field Value
    Type
    ExcelExportType

    Number

    Represents Number property.

    Declaration
    public const ExcelExportType Number
    Field Value
    Type
    ExcelExportType

    Text

    Represents Text property.

    Declaration
    public const ExcelExportType Text
    Field Value
    Type
    ExcelExportType

    TimeSpan

    Represents TimeSpan property.

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