Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Locks a group so that it cannot be ungrouped.
| Value | Description |
|---|---|
| TRUE |
Group cannot be ungrouped. |
| FALSE |
Group can be ungrouped. |
Remarks
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:
| Value | |
|---|---|
| Cell name: |
LockGroup |
To get a reference to the LockGroup cell by index from a program, use the CellsSRC property with the following arguments:
| Value | |
|---|---|
| Section index: |
visSectionObject |
| Row index: |
visRowLock |
| Cell index: |
visLockGroup |