LockCalcWH Cell (Protection Section)
Locks a shape's selection rectangle so it cannot be recalculated when a vertex is edited or a row type is changed in the Geometry section.
Value | Description |
|---|---|
TRUE | Width and height cannot be recalculated. |
FALSE | Width and height can be recalculated. |
To get a reference to the LockCalcWH cell by name from another formula, or from a program using the CellsU property, use:
Cell name: | LockCalcWH |
To get a reference to the LockCalcWH cell by index from a program, use the CellsSRC property with the following arguments:
Section index: | visSectionObject |
Row index: | visRowLock |
Cell index: | visLockCalcWH |