ReplaceLockShapeData Cell (Change Shape Behavior Section)
Indicates whether the values of specified cells in a master shape overwrite the values (including local values) of a shape being replaced during a shape replacement operation. The ReplaceLockShapeData determines whether the shape data of the master shape overwrites all of the shape data of the shape being replaced.
Value | Description |
---|---|
1 (TRUE) |
All rows and values of the Shape Data section of the master shape are copied onto the replacement shape and any local values from the old shape being replaced are discarded. |
0 (FALSE) |
The rows and values of the Shape Data section of the master shape are copied to the replacement shape. Any rows in the Shape Data section of the old shape with local values are transferred to the replacement shape. |
Remarks
To get a reference to the ReplaceLockShapeData 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:
Property | Value |
---|---|
Cell name: |
ReplaceLockShapeData |
To get a reference to the ReplaceLockShapeData cell by index from a program, use the CellsSRC property with the following arguments:
Property | Value |
---|---|
Section index: |
visSectionObject |
Row index: |
visRowReplaceBehaviors |
Cell index: |
visReplaceLockShapeData |