Class SummaryDisplayLevel
Controls whether a summary calculation is to be displayed for all levels or only for the inner-most level.
Inheritance
System.Object
SummaryDisplayLevel
Namespace: Syncfusion.XlsIO.Implementation.PivotAnalysis
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class SummaryDisplayLevel : Enum
Fields
All
Indicates to display the summary at all Pivot levels.
Declaration
public const SummaryDisplayLevel All
Field Value
| Type |
|---|
| SummaryDisplayLevel |
InnerMostOnly
Indicates to display the summary at only the inner most Pivot level.
Declaration
public const SummaryDisplayLevel InnerMostOnly
Field Value
| Type |
|---|
| SummaryDisplayLevel |