selectRange method
Information noteSTABLE.
This API is reliable and breaking changes are unlikely.
This API is reliable and breaking changes are unlikely.
selectRange(min, max, inclMin, inclMax)
Select a range in this measure.
Version history
Version state | Details |
---|---|
Introduced | 2.2 |
Parameters
min
Type: Number
Sets the minimum value of the range.
max
Type: Number
Sets the maximum value of the range.
inclMin
Type: Boolean
Optional.
Set to true to include minimum value.
inclMax
Type: Boolean
Optional.
Set to true to include maximum value.
Returns
A promise.
Example
this.table.headers[1].selectRange( this.minval, this.maxval );