| IPiechartSelectCellsAsync Method  | 
 
Namespace: Qlik.Sense.Client.VisualizationsAssembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
SyntaxTask<bool> SelectCellsAsync(
	IEnumerable<int> rowIndices,
	IEnumerable<int> colIndices,
	bool softLock = false,
	bool deselectOnlyOneSelected = false
)
Function SelectCellsAsync ( 
	rowIndices As IEnumerable(Of Integer),
	colIndices As IEnumerable(Of Integer),
	Optional softLock As Boolean = false,
	Optional deselectOnlyOneSelected As Boolean = false
) As Task(Of Boolean)
Parameters
- rowIndices
 - Type: System.Collections.GenericIEnumerableInt32
 - colIndices
 - Type: System.Collections.GenericIEnumerableInt32
 - softLock (Optional)
 - Type: SystemBoolean
 - deselectOnlyOneSelected (Optional)
 - Type: SystemBoolean
 
Return Value
Type: 
TaskBoolean
See Also