Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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 |