ASP.NET Core

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum PivotDataType

    Show / Hide Table of Contents

    Enum PivotDataType

    Represent data types for pivot table cache fields.

    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    [Flags]
    public enum PivotDataType

    Fields

    Name Description
    Blank

    Indicates whether field contains blank values.

    Boolean

    Indicates whether field contains booleans.

    Date

    Indicates whether field contains dates.

    Float

    Indicates whether field contains float numbers.

    Integer

    Indicates whether field contains integer numbers.

    LongText

    Indicates whether filed contains long Text.

    Number

    Indicates whether field contains number.

    String

    Indicates whether field contains strings.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved