WorkbookSelectionMode Enumeration
This enumeration specifies the type of selection in the Workbook.
Syntax
|
Constants
|
Enum WorkbookSelectionMode
scWorkbookSelectSingle = 0
scWorkbookSelectDisjoint = 1
scWorkbookSelectItemAndChildren = 2
End Enum
|
- scWorkbookSelectSingle: Single item is selected in the Workbook.
- scWorkbookSelectDisjoint: Multiple, disjointed items are selected in the workbook.
- scWorkbookSelectItemAndChildren: Item and all of its subitems are selected in the workbook.
|
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.