Click or drag to resize
ISelectInfo Interface

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

The ISelectInfo type exposes the following members.

Properties
  NameDescription
Public propertyNumberFormat
Gives information about the formatting of the range. This parameter is used when performing range selections or text searches in dimensions.
Public propertyRangeHi
Highest value of the search range. This parameter is used when performing range selections or text searches in dimensions. Default is Null.
Public propertyRangeInfo
This parameter is used when performing range selections or text searches in measures. Gives information about the range of selections.
Public propertyRangeLo
Lower value of the search range. This parameter is used when performing range selections or text searches in dimensions. Default is Null.
Public propertyTextSearch
Text search string. Everything that matches the text is selected. This parameter is optional.
Top
See Also