SelectionCondition.ModifyExcludeList

This function modifies the case exclude list by adding or removing cases, or by replacing with a new list. If bRange is true the array of case numbers consists of pairs marking the first and last of a range of case numbers.

Syntax Parameters Return Value
Sub SelectionCondition.ModifyExcludeList( _
    caseNumbers As Variant, _
    mode As ModifyMode, _
    Optional bRange As Boolean = False)
  • caseNumbers [in]

Type: Variant

  • mode [in]

Type: ModifyMode

  • bRange [in,optional]

Type: Boolean

Default value: False

This function does not return a value.