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. |
Remarks
To reference the LockGroup cell by name from another formula, or from a program using the Cells property, use:
Cell name: |
LockGroup |
To reference 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 |