Click or drag to resize
BarchartSelectCellsAsync Method

Namespace: Qlik.Sense.Client.Visualizations
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public Task<bool> SelectCellsAsync(
	IEnumerable<int> rowIndices,
	IEnumerable<int> colIndices,
	bool softLock = false,
	bool deselectOnlyOneSelected = false
)

Parameters

rowIndices
Type: System.Collections.GenericIEnumerableInt32
colIndices
Type: System.Collections.GenericIEnumerableInt32
softLock (Optional)
Type: SystemBoolean
deselectOnlyOneSelected (Optional)
Type: SystemBoolean

Return Value

Type: TaskBoolean

Implements

IBarchartSelectCellsAsync(IEnumerableInt32, IEnumerableInt32, Boolean, Boolean)
See Also