SelectionCondition.ModifyIncludeList
This function modifies the case include 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.ModifyIncludeList( _
caseNumbers As Variant, _
mode As ModifyMode, _
Optional bRange As Boolean = False)
|
Type: Variant Type: ModifyMode Type: Boolean Default value: False |
This function does not return a value. |
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.
