Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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 |