Share via


BeginGroup Cell (Actions Section) [Visio 2003 SDK Documentation]

Indicates whether a separator is inserted into the menu above this action.

Value Description

TRUE

A separator is inserted into the menu above this action.

FALSE

A separator is not inserted into the menu above this action (the default).

Remarks

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

Cell name:

Actions.name.BeginGroup
where Actions.name is the name of the Actions row

To reference the BeginGroup cell by index from a program, use the CellsSRC property with the following arguments:

Section index:

visSectionAction

Row index:

visRowAction + i
where i = 0, 1, 2...

Cell index:

visActionBeginGroup