'Declaration
Public Sub SetValue( _ ByVal value As Boolean, _ ByVal applyFilter As Boolean _ )
public void SetValue( bool value, bool applyFilter )
Parameters
- value
- The filter value.
- applyFilter
- The value indicating whether the filter should be automatically applied.