Click or drag to resize
SelectInfo Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineSelectInfo

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

The SelectInfo type exposes the following members.

Constructors
  NameDescription
Public methodSelectInfo
Initializes a new instance of the SelectInfo class
Top
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