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.
Prevents a shape from being selected.
| Value | Description |
|---|---|
| TRUE |
Shape cannot be selected. |
| FALSE |
Shape can be selected. |
Remarks
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:
| Value | |
|---|---|
| Cell name: |
LockSelect |
To get a reference to the LockSelect cell by index from a program, use the CellsSRC property with the following arguments:
| Value | |
|---|---|
| Section index: |
visSectionObject |
| Row index: |
visRowLock |
| Cell index: |
visLockSelect |