PageLockReplace Cell (Page Properties Section)
Indicates whether the Replace Shape button should be disabled for this page.
Value | Description |
---|---|
TRUE |
The Change Shape button is grayed out when this page is active. |
FALSE |
The Change Shape button is not disabled by this page. The button may still be grayed out if: the DocLockReplace on the DocumentSheet is set to TRUE; the LockReplace cell for the selected shape is set to TRUE. |
Remarks
To get a reference to the PageLockReplace cell by name from another formula, by value of the N attribute of a Cell element, or from a program using the CellsU property, use:
Value | |
---|---|
Cell name: |
PageLockReplace |
To get a reference to the PageLockReplace cell by index from a program, use the CellsSRC property with the following arguments:
Value | |
---|---|
Section index: |
visSectionObject |
Row index: |
visRowPage |
Cell index: |
visPageLockReplace |