LockSelect Cell (Protection Section)
Prevents a shape from being selected.
Value | Description |
|---|---|
TRUE | Shape cannot be selected. |
FALSE | Shape can be selected. |
In order for LockSelect to take effect, the Shapes check box must be selected in the Protect Document dialog box.
To get a reference to the LockSelect cell by name from another formula, or from a program using the CellsU property, use:
Cell name: | LockSelect |
To get a reference to the LockSelect cell by index from a program, use the CellsSRC property with the following arguments:
Section index: | visSectionObject |
Row index: | visRowLock |
Cell index: | visLockSelect |