SelectMode cell (Group Properties section)
Determines how you select a group shape and its members.
Value |
Selection mode |
Automation constant |
0 |
Select the group shape only. |
visGrpSelModeGroupOnly |
1 |
Select the group shape first. |
visGrpSelModeGroup1st |
2 |
Select the members of the group first. |
visGrpSelModeMembers1st |
Remarks
You can also set this value in the Behavior dialog box (with the group shape selected, click Behavior on the Format menu, and then click a mode in the Selection list under Group Behavior).
To reference the SelectMode cell by name from another formula, or from a program using the Cells property, use:
Cell name: |
SelectMode |
To reference the SelectMode cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionObject |
Row index: |
visRowGroup |
Cell index: |
visGroupSelectMode |