menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class ExcelFormatType

    Possible format types.

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

    Fields

    Currency

    Represents currency number format.

    Declaration
    public const ExcelFormatType Currency
    Field Value
    Type
    ExcelFormatType

    DateTime

    Represents datetime number format.

    Declaration
    public const ExcelFormatType DateTime
    Field Value
    Type
    ExcelFormatType

    DecimalPercentage

    Represents decimal percentage number format.

    Declaration
    public const ExcelFormatType DecimalPercentage
    Field Value
    Type
    ExcelFormatType

    Exponential

    Represents Exponential number format.

    Declaration
    public const ExcelFormatType Exponential
    Field Value
    Type
    ExcelFormatType

    General

    Represents general number format.

    Declaration
    public const ExcelFormatType General
    Field Value
    Type
    ExcelFormatType

    Number

    Represents number number format.

    Declaration
    public const ExcelFormatType Number
    Field Value
    Type
    ExcelFormatType

    Percentage

    Represents percentage number format.

    Declaration
    public const ExcelFormatType Percentage
    Field Value
    Type
    ExcelFormatType

    Text

    Represents text number format.

    Declaration
    public const ExcelFormatType Text
    Field Value
    Type
    ExcelFormatType

    Unknown

    Represents unknown format type.

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