SelectInfo MembersQlik Sense .NET SDK - API Reference
The SelectInfo type exposes the following members.
Constructors

  NameDescription
Public methodSelectInfo
Initializes a new instance of the SelectInfo class
Back to 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.
Back to Top
See Also