Click or drag to resize
SearchCharRange Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineSearchCharRange

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

The SearchCharRange type exposes the following members.

Constructors
  NameDescription
Public methodSearchCharRange
Initializes a new instance of the SearchCharRange class
Top
Properties
  NameDescription
Public propertyCharCount
Length of the match in the associative value.
Public propertyCharPos
Starting position of the match in the associative value.
Public propertyTerm
Position of the term in the list of search terms, starting from 0.
Top
See Also