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.
Blocks format changes to a group shape from being propagated to its sub-shapes, while still allowing users to format selected sub-shapes directly.
The value of the LockFromGroupFormat cell corresponds to the From group formatting check box setting in the Protection dialog box.
To refer to the LockFromGroupFormat cell by name from another formula, or from a program, using the CellsU property, use:
| Value | |
|---|---|
| Cell name: |
LockFromGroupFormat |
To refer to the LockFromGroupFormat cell by index from a program, use the CellsSRC property with the following arguments:
| Value | |
|---|---|
| Section index: |
visSectionObject |
| Row index: |
visRowLock |
| Cell index: |
visLockFromGroupFormat |
The default value for the cell is 0 (False).