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 |
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 |
Cell index: |
visActionBeginGroup |