INxCell Interface
Assembly: Qlik.Engine.dll
Syntax
[ValueClass]
public interface INxCell : IAbstractStructureProperties
| Name | Description | 
|---|---|
| AttrDims | Attribute dimensions values. JSON property name: qAttrDims | 
| AttrExps | Attribute expression values. JSON property name: qAttrExps | 
| ElemNumber | 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  * -2: the cell is a  * -3: the cell belongs to the group  * -4: the cell is empty. Applies to pivot tables. JSON property name: qElemNumber | 
| Frequency | Frequency of the value. This parameter is optional. JSON property name: qFrequency | 
| HighlightRanges | Search hits. The search hits are highlighted. This parameter is optional. JSON property name: qHighlightRanges | 
| InExtRow | True when cell value comes from a dynamic script. JSON property name: qInExtRow | 
| IsEmpty | Is set to  This parameter is optional. The default value is  JSON property name: qIsEmpty | 
| IsNull | Is set to  JSON property name: qIsNull | 
| IsOtherCell | Is set to  Dimension values can be set as  This parameter is optional. The default value is  Not applicable to list objects. JSON property name: qIsOtherCell | 
| IsTotalCell | Is set to  This parameter is optional. The default value is  Not applicable to list objects. JSON property name: qIsTotalCell | 
| MiniChart | JSON property name: qMiniChart | 
| Num | A value. This parameter is optional. JSON property name: qNum | 
| State | State of the value. The default state for a measure is L. JSON property name: qState | 
| Text | Some text. This parameter is optional. JSON property name: qText |