Class PivotPageAreaFieldsOrder
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.NET.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
OverThenDown
The page fields are laid, over then down order.
Declaration
public const PivotPageAreaFieldsOrder OverThenDown