| INxStackedPivotCell Interface | 
Namespace: Qlik.Engine
The INxStackedPivotCell type exposes the following members.
| Name | Description | |
|---|---|---|
| AttrExps | Attribute expressions values.  | |
| CanCollapse | If set to true, it means that the cell can be collapsed.
                                        This parameter is  not returned if it is set to false.  | |
| CanExpand | If set to true, it means that the cell can be expanded.
                                        This parameter is  not returned if it is set to false.  | |
| Down | Number of elements that are part of the next tail.  | |
| ElemNo | Rank number of the value.
                                        If set to -1, it means that the value is not an element number.  | |
| MaxPos | Total of the positive values in the current group of cells.  | |
| MinNeg | Total of the negative values in the current group of cells.  | |
| Row | Row index in the data matrix.
                                        The indexing starts from 0.  | |
| SubNodes | Information about sub nodes (or sub cells).
                                        The array is empty [ ] when there is no sub nodes.  | |
| Text | Some text.  | |
| Type | Type of the cell.  | |
| Up | Number of elements that are part of the previous tail.  | |
| Value | Value of the cell.
                                        Is set to NaN, if the value is not a number.  |