SpreadsheetType1 Enumeration

This enumeration Specifies the type of merge being performed.

Syntax Constants
Enum SpreadsheetType1
    scMergeNotRelational = 0
    scMergeRelational = 1
    scMergeRelationalHierarchical = 2
End Enum
  • scMergeNotRelational: Merge spreadsheets without relation.
  • scMergeRelational: Merge spreadsheets relationally.
  • scMergeRelationalHierarchical: Merge spreadsheets relational hierarchical.