IScatterplot SelectCells Method Qlik Sense .NET SDK - API Reference

Namespace: Qlik.Sense.Client.Visualizations
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

bool SelectCells(
	IEnumerable<int> rowIndices,
	IEnumerable<int> colIndices,
	bool softLock = false,
	bool deselectOnlyOneSelected = false
)

Parameters

rowIndices
Type: OnlineSystem.Collections.Generic IEnumerable OnlineInt32 
colIndices
Type: OnlineSystem.Collections.Generic IEnumerable OnlineInt32 
softLock (Optional)
Type: OnlineSystem Boolean
deselectOnlyOneSelected (Optional)
Type: OnlineSystem Boolean

Return Value

Type: OnlineBoolean
See Also