| ITextImageRangeSelectValues Method (Int32, IEnumerableNxRangeSelectInfo, IEnumerableInt32, Boolean, Boolean) | 
 
Namespace: Qlik.Sense.Client.VisualizationsAssembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxbool RangeSelectValues(
	int index,
	IEnumerable<NxRangeSelectInfo> ranges,
	IEnumerable<int> columnsToSelect = null,
	bool orMode = false,
	bool deselectOnlyOneSelected = false
)
Function RangeSelectValues ( 
	index As Integer,
	ranges As IEnumerable(Of NxRangeSelectInfo),
	Optional columnsToSelect As IEnumerable(Of Integer) = Nothing,
	Optional orMode As Boolean = false,
	Optional deselectOnlyOneSelected As Boolean = false
) As Boolean
Parameters
- index
 - Type: SystemInt32
Index-0 based Hypercube/ListObject definition reference - ranges
 - Type: System.Collections.GenericIEnumerableNxRangeSelectInfo
 - columnsToSelect (Optional)
 - Type: System.Collections.GenericIEnumerableInt32
 - orMode (Optional)
 - Type: SystemBoolean
 - deselectOnlyOneSelected (Optional)
 - Type: SystemBoolean
 
Return Value
Type: 
Boolean
See Also