BeginGroup Cell (Actions Section)
Indicates whether a separator is inserted into the menu above this action.
Note |
|---|
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). |
To get a reference to the BeginGroup cell by name from another formula, or from a program using the CellsU property, use:
Cell name: |
Actions. name .BeginGroup |
To get a reference to 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 |
Note