LockGroup Cell (Protection Section)
Locks a group so that it cannot be ungrouped.
Value | Description |
|---|---|
TRUE | Group cannot be ungrouped. |
FALSE | Group can be ungrouped. |
Setting the LockGroupCell value to TRUE also prevents deletion of any shapes that are members of the group.
To get a reference to the LockGroup cell by name from another formula, or from a program using the CellsU property, use:
Cell name: | LockGroup |
To get a reference to the LockGroup cell by index from a program, use the CellsSRC property with the following arguments:
Section index: | visSectionObject |
Row index: | visRowLock |
Cell index: | visLockGroup |