SelectionConditionSource Enumeration

This enumeration specifies the source of the selection conditions.

Syntax Constants
Enum SelectionConditionSource
    scSourceSpreadsheet = 0
    scSourceLocal = 1
End Enum
  • scSourceSpreadsheet: Use spreadsheet's selection conditions.
  • scSourceLocal: Use selection conditions unique to this analysis.