Бележка
Достъпът до тази страница изисква удостоверяване. Можете да опитате да влезете или да промените директориите.
Достъпът до тази страница изисква удостоверяване. Можете да опитате да промените директориите.
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 |
Remarks
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:
| Value | |
|---|---|
| Cell name: |
DisplayMode |
To get a reference to the DisplayMode cell by index from a program, use the CellsSRC property with the following arguments:
| Value | |
|---|---|
| Section index: |
visSectionObject |
| Row index: |
visRowGroup |
| Cell index: |
visGroupDisplayMode |