SelectionConditionType1 Enumeration
This enumeration specifies the Spreadsheet selection condition type.
Syntax
|
Constants
|
Enum SelectionConditionType1
scSelectionConditionIncludeIf = 0
scSelectionConditionIncludeCases = 1
scSelectionConditionExcludeIf = 2
scSelectionConditionExcludeCases = 3
End Enum
|
- scSelectionConditionIncludeIf: Selection conditions include specified case expression.
- scSelectionConditionIncludeCases: Selection conditions include specified cases.
- scSelectionConditionExcludeIf: Selection conditions exclude specified case expression.
- scSelectionConditionExcludeCases: Selection conditions exclude specified cases.
|
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.