menu

Document Processing

PivotDataType Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    PivotDataType Class

    Represent data types for pivot table cache fields.

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

    Fields

    Blank

    Indicates whether field contains blank values.

    Declaration
    public const PivotDataType Blank
    Field Value
    Type
    PivotDataType

    Boolean

    Indicates whether field contains booleans.

    Declaration
    public const PivotDataType Boolean
    Field Value
    Type
    PivotDataType

    Date

    Indicates whether field contains dates.

    Declaration
    public const PivotDataType Date
    Field Value
    Type
    PivotDataType

    Float

    Indicates whether field contains float numbers.

    Declaration
    public const PivotDataType Float
    Field Value
    Type
    PivotDataType

    Integer

    Indicates whether field contains integer numbers.

    Declaration
    public const PivotDataType Integer
    Field Value
    Type
    PivotDataType

    LongText

    Indicates whether filed contains long Text.

    Declaration
    public const PivotDataType LongText
    Field Value
    Type
    PivotDataType

    Number

    Indicates whether field contains number.

    Declaration
    public const PivotDataType Number
    Field Value
    Type
    PivotDataType

    String

    Indicates whether field contains strings.

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