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.UWP.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 |