Click or drag to resize
ScatterplotSelectCells Method (Int32, IEnumerableInt32, IEnumerableInt32, Boolean, Boolean)

Namespace: Qlik.Sense.Client.Visualizations
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public bool SelectCells(
	int index,
	IEnumerable<int> rowIndices,
	IEnumerable<int> colIndices,
	bool softLock = false,
	bool deselectOnlyOneSelected = false
)

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

Return Value

Type: Boolean

Implements

IScatterplotSelectCells(Int32, IEnumerableInt32, IEnumerableInt32, Boolean, Boolean)
See Also