menu

Document Processing

PivotAxisTypes Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    PivotAxisTypes Class

    Represents Axis types in the pivot table.

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

    Fields

    Column

    Represents the Column axis type.

    Declaration
    public const PivotAxisTypes Column
    Field Value
    Type
    PivotAxisTypes

    Data

    Represents the Data axis type.

    Declaration
    public const PivotAxisTypes Data
    Field Value
    Type
    PivotAxisTypes

    None

    Represents the None axis type.

    Declaration
    public const PivotAxisTypes None
    Field Value
    Type
    PivotAxisTypes

    Page

    Represents the Page axis type.

    Declaration
    public const PivotAxisTypes Page
    Field Value
    Type
    PivotAxisTypes

    Row

    Represents the Row axis type.

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