Xamarin.Forms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TFieldType

    Show / Hide Table of Contents

    Class TFieldType

    Known field types to parser.

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

    Fields

    Bit

    Represents the Bit field type.

    Declaration
    public const TFieldType Bit
    Field Value
    Type Description
    TFieldType

    Float

    Represents the Float field type.

    Declaration
    public const TFieldType Float
    Field Value
    Type Description
    TFieldType

    Integer

    Represents the Integer field type.

    Declaration
    public const TFieldType Integer
    Field Value
    Type Description
    TFieldType

    OEMString

    Represents the OEMString field type.

    Declaration
    public const TFieldType OEMString
    Field Value
    Type Description
    TFieldType

    OEMString16Bit

    Represents the OEMString16Bit field type.

    Declaration
    public const TFieldType OEMString16Bit
    Field Value
    Type Description
    TFieldType

    String

    Represents the String field type.

    Declaration
    public const TFieldType String
    Field Value
    Type Description
    TFieldType

    String16Bit

    Represents the String16Bit field type.

    Declaration
    public const TFieldType String16Bit
    Field Value
    Type Description
    TFieldType

    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