DisplayMode Cell (Group Properties Section)
Determines how the group shape and its members are displayed.
Value | Display Mode | Automation constant |
|---|---|---|
0 | Hides the group shape and text. | visGrpDispModeNone |
1 | Displays the group shape behind member shapes. | visGrpDispModeBack |
2 | Displays the group shape in front of member shapes. | visGrpDispModeFront |
You can also set this value by selecting the group, clicking Behavior on the Shape Design group on the Developer tab, and then selecting a display mode from the Group data list.
To get a reference to the DisplayMode cell by name from another formula, or from a program using the CellsU property, use:
Cell name: | DisplayMode |
To get a reference to the DisplayMode cell by index from a program, use the CellsSRC property with the following arguments:
Section index: | visSectionObject |
Row index: | visRowGroup |
Cell index: | visGroupDisplayMode |