INxPivotDimensionCell Interface
Assembly: Qlik.Engine.dll
Syntax
[ValueClass]
public interface INxPivotDimensionCellProperties
| Name | Description | 
|---|---|
| AttrDims | Information about attribute dimensions. JSON property name: qAttrDims | 
| AttrExps | Information about attribute expressions. The array is empty  JSON property name: qAttrExps | 
| CanCollapse | If set to true, it means that the cell can be collapsed. This parameter is not returned if it is set to false. JSON property name: qCanCollapse | 
| CanExpand | If set to true, it means that the cell can be expanded. This parameter is not returned if it is set to false. JSON property name: qCanExpand | 
| Down | Number of elements that are part of the next tail. This number depends on the paging, more particularly it depends on the values defined in  JSON property name: qDown | 
| ElemNo | Rank number of the value. If set to -1, it means that the value is not an element number. JSON property name: qElemNo | 
| SubNodes | Information about sub nodes (or sub cells). The array is empty  JSON property name: qSubNodes | 
| Text | Some text. JSON property name: qText | 
| Type | Type of the cell. JSON property name: qType | 
| Up | Number of elements that are part of the previous tail. This number depends on the paging, more particularly it depends on the values defined in  JSON property name: qUp | 
| Value | Value of the cell. Is set to  JSON property name: qValue |