C1.Win.DataFilter.8 Assembly / C1.Win.DataFilter Namespace / RangeFilter Class / SetLowerValue Method
The lower filter value.
The value indicating whether the filter should be automatically applied.

In This Topic
SetLowerValue Method (RangeFilter)
In This Topic
Sets a lower value of C1.DataFilter.BoolFilterBase class.
Syntax
'Declaration
 
Public Sub SetLowerValue( _
   ByVal value As Double, _
   ByVal applyFilter As Boolean _
) 
 

Parameters

value
The lower filter value.
applyFilter
The value indicating whether the filter should be automatically applied.
See Also