Click or drag to resize
ISearchTermResultRanges Property
List of ranges. For example, if the user searches the term read and the associative value is Reading, then the corresponding range would be Read in Reading.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
IEnumerable<SearchCharRange> Ranges { get; set; }

Property Value

Type: IEnumerableSearchCharRange
See Also