StaSpreadsheetCompareOp Enumeration

Specifies the Spreadsheet Join type.

Syntax Constants
Enum StaSpreadsheetCompareOp
    staEqual = 0
    staNotEqual = 1
    staLessEqual = 2
    staLess = 3
    staGreaterEqual = 4
    staGreater = 5
End Enum
  • staEqual
  • staNotEqual
  • staLessEqual
  • staLess
  • staGreaterEqual
  • staGreater