Click or drag to resize
Range Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineRange

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

The Range type exposes the following members.

Constructors
  NameDescription
Public methodRange
Initializes a new instance of the Range class
Top
Properties
  NameDescription
Public propertyMax
Highest value in the range
Public propertyMaxInclEq
If set to true, the range includes the highest value in the range of selections (Equals to ). Example: The range is [1,10]. If qMinInclEq is set to true it means that 10 is included in the range of selections.
Public propertyMin
Lowest value in the range
Public propertyMinInclEq
If set to true, the range includes the lowest value in the range of selections (Equals to ). Example: The range is [1,10]. If qMinInclEq is set to true it means that 1 is included in the range of selections.
Top
See Also