menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Excel2007Serializator.CellType - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Excel2007Serializator.CellType

    Represents the cell's data type.

    Inheritance
    System.Object
    Excel2007Serializator.CellType
    Namespace: Syncfusion.XlsIO.Implementation.XmlSerialization
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class CellType : Enum

    Fields

    b

    Cell containing a boolean.

    Declaration
    public const Excel2007Serializator.CellType b
    Field Value
    Type
    Excel2007Serializator.CellType

    d

    Cell containing a date.

    Declaration
    public const Excel2007Serializator.CellType d
    Field Value
    Type
    Excel2007Serializator.CellType

    e

    Cell containing an error.

    Declaration
    public const Excel2007Serializator.CellType e
    Field Value
    Type
    Excel2007Serializator.CellType

    inlineStr

    Cell containing an (inline) rich string.

    Declaration
    public const Excel2007Serializator.CellType inlineStr
    Field Value
    Type
    Excel2007Serializator.CellType

    n

    Cell containing a number.

    Declaration
    public const Excel2007Serializator.CellType n
    Field Value
    Type
    Excel2007Serializator.CellType

    s

    Cell containing a shared string.

    Declaration
    public const Excel2007Serializator.CellType s
    Field Value
    Type
    Excel2007Serializator.CellType

    str

    Cell containing a formula string.

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