Click or drag to resize
NxSelectionCell Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineNxSelectionCell

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public class NxSelectionCell : INxSelectionCell

The NxSelectionCell type exposes the following members.

Constructors
  NameDescription
Public methodNxSelectionCell
Initializes a new instance of the NxSelectionCell class
Top
Properties
  NameDescription
Public propertyCol
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
Public propertyRow
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
Public propertyType
Type of cells to select
Top
See Also