| PivotTableSelectCellsAsync Method (Int32, IEnumerableInt32, IEnumerableInt32, Boolean, Boolean, AsyncHandle) | 
 
Namespace: Qlik.Sense.Client.VisualizationsAssembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic Task<bool> SelectCellsAsync(
	int index,
	IEnumerable<int> rowIndices,
	IEnumerable<int> colIndices,
	bool softLock = false,
	bool deselectOnlyOneSelected = false,
	AsyncHandle asyncHandle = null
)
Public Function SelectCellsAsync ( 
	index As Integer,
	rowIndices As IEnumerable(Of Integer),
	colIndices As IEnumerable(Of Integer),
	Optional softLock As Boolean = false,
	Optional deselectOnlyOneSelected As Boolean = false,
	Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of Boolean)
Parameters
- index
 - Type: SystemInt32
Index-0 based Hypercube/ListObject definition reference - rowIndices
 - Type: System.Collections.GenericIEnumerableInt32
 - colIndices
 - Type: System.Collections.GenericIEnumerableInt32
 - softLock (Optional)
 - Type: SystemBoolean
 - deselectOnlyOneSelected (Optional)
 - Type: SystemBoolean
 - asyncHandle (Optional)
 - Type: Qlik.EngineAsyncHandle
 
Return Value
Type: 
TaskBooleanImplements
IPivotTableSelectCellsAsync(Int32, IEnumerableInt32, IEnumerableInt32, Boolean, Boolean, AsyncHandle)
See Also