WorkbookSelectionMode Enumeration
This enumeration specifies the type of selection in the Workbook.
| Syntax | Constants |
|---|---|
Enum WorkbookSelectionMode
scWorkbookSelectSingle = 0
scWorkbookSelectDisjoint = 1
scWorkbookSelectItemAndChildren = 2
End Enum
|
|