CaseWeightSource Enumeration

Specifies the source of the case weights used in the analysis.

Syntax Constants
Enum CaseWeightSource
    scCWSourceSpreadsheet = 0
    scCWSourceLocal = 1
End Enum
  • scCWSourceSpreadsheet: Use spreadsheet's case weights.
  • scCWSourceLocal: Use case weights unique to this analysis.