Click or drag to resize
NxPivotPageTop Property
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: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public IEnumerable<NxPivotDimensionCell> Top { get; set; }

Property Value

Type: IEnumerableNxPivotDimensionCell

Implements

INxPivotPageTop
See Also