Click or drag to resize
NxCellElemNumber Property
Rank number of the value, starting from 0. If the element number is a negative number, it means that the returned value is not an element number. You can get the following negative values: -1: the cell is a Total cell. It shows a total. -2: the cell is collapsed. Applies to pivot tables. -3: the cell belongs to the group Others. -4: the cell is empty. Applies to pivot tables.  

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public int ElemNumber { get; set; }

Property Value

Type: Int32

Implements

INxCellElemNumber
See Also