INxSelectionCell Interface
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  
  
  Assembly: Qlik.Engine.dll
Syntax
[ValueClass]
public interface INxSelectionCellProperties
| Name | Description | 
|---|---|
| Col | Column index to select. Indexing starts from 0. If the cell's type is: * D, the index is based on the data matrix. * T, the index is based on the data matrix. * L, the index is based on the left dimensions indexes. JSON property name: qCol | 
| Row | Row index to select. Indexing starts from 0. If the cell's type is: * D, the index is based on the data matrix. * T, the index is based on the top dimensions indexes. * L, the index is based on the data matrix. JSON property name: qRow | 
| Type | Type of cells to select. JSON property name: qType |