IGenericObjectEndSelections Method |
Ends the selection mode on a visualization. The selections are accepted or aborted when exiting the selection mode, depending on the qAccept parameter value.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax void EndSelections(
bool accept
)
Sub EndSelections (
accept As Boolean
)
Parameters
- accept
- Type: SystemBoolean
Set this parameter to true to accept the selections before exiting the selection mode.
See Also