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 |
You can also set this value in the Behavior dialog box (with the group shape selected, on the Developer tab, in the Shape Design group, click Behavior , and then click a mode in the Selection list under Group Behavior ).
To get a reference to the SelectMode cell by name from another formula, or from a program using the CellsU property, use:
Cell name: | SelectMode |
To get a reference to 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 |