menu

Document Processing

PivotPageAreaFieldsOrder Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    PivotPageAreaFieldsOrder Class

    Represents the Page field area order when there are multiple page fields in the page area

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

    Fields

    DownThenOver

    The page fields are laid, Down then over order.

    Declaration
    public const PivotPageAreaFieldsOrder DownThenOver
    Field Value
    Type
    PivotPageAreaFieldsOrder

    OverThenDown

    The page fields are laid, over then down order.

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