Class PivotTableRowLayout
Specifies the pivot table row layout.
Inheritance
System.Object
PivotTableRowLayout
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.UWP.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 |