BeginGroup Cell (Actions Section)
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 get a reference to the BeginGroup cell by name from another formula, or from a program using the CellsU property, use:
Value | |
---|---|
Cell name: |
Actions. name.BeginGroup where Actions. name is the name of the Actions row |
To get a reference to the BeginGroup cell by index from a program, use the CellsSRC property with the following arguments:
Value | |
---|---|
Section index: |
visSectionAction |
Row index: |
visRowAction + i where i = 0, 1, 2... |
Cell index: |
visActionBeginGroup |