| 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.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
SyntaxIEnumerable<SearchCharRange> Ranges { get; set; }Property Ranges As IEnumerable(Of SearchCharRange)
Get
Set
Property Value
Type:
IEnumerableSearchCharRange
See Also