menu

Document Processing

PivotTableRowLayout Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    PivotTableRowLayout Class

    Specifies the pivot table row layout.

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

    Fields

    Compact

    Represents compact row.

    Declaration
    public const PivotTableRowLayout Compact
    Field Value
    Type
    PivotTableRowLayout

    Outline

    Represents outline row.

    Declaration
    public const PivotTableRowLayout Outline
    Field Value
    Type
    PivotTableRowLayout

    Tabular

    Represents tabular row.

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