Invert Property

Specifies how the ChoiceFilter object evaluates Choice objects based on the current filter properties.

Syntax

[fExclude = ]object.Invert

Parameters

fExclude

If False (the default), the filter properties specify choices that are accepted by the filter. If True, the filter properties specify choices to exclude.

object

DTC object

Remarks

A new ChoiceFilter object accepts all choices, since all the other properties default to Empty, which implies that any value is acceptable.

The Reset method resets the ChoiceFilter to its initial state, in which all properties are Empty and Invert is False.

Applies to   ChoiceFilter object