DisplayMode Cell (Group Properties Section) [Visio 2003 SDK Documentation]

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 Format menu, and then selecting a display mode from the Group data list.

To reference the DisplayMode cell by name from another formula, or from a program using the CellsU property, use:

Cell name:

DisplayMode

To reference 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