INxPivotPage Top Property Qlik Sense .NET SDK - API Reference
Information about the top dimension values of a pivot table. If there is no top dimension in the pivot table, information about the measures are given.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

IEnumerable<NxPivotDimensionCell> Top { get; set; }

Property Value

Type: OnlineIEnumerable NxPivotDimensionCell 
See Also