Click or drag to resize
ISearchTermResult Interface

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public interface ISearchTermResult

The ISearchTermResult type exposes the following members.

Properties
  NameDescription
Public propertyElemNumber
Element number of the associated value.
Public propertyRanges
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.
Public propertyText
Text of the associated value.
Top
See Also