INxSelectionCell MembersQlik Sense .NET SDK - API Reference
The INxSelectionCell type exposes the following members.
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
Back to Top
See Also