Filter Method

Filters a list of choices by type.

Syntax

Filter(ByVal Filter as ChoiceFilter) as Choices

Parameters

Filter

The filter to use

Remarks

Returns a new list of choices as a Choice collection that contains only the choices from the original list that match the given ChoiceFilter. The original Choices collection is unchanged.

Applies to   Choices collection