LockVtxEdit Cell (Protection Section)
Office 2010
Locks the vertices of a shape so that they cannot be edited.
Value | Description |
|---|---|
TRUE | Vertices cannot be edited. |
FALSE | Vertices can be edited. |
To get a reference to the LockVtxEdit cell by name from another formula, or from a program using the CellsU property, use:
Cell name: | LockVtxEdit |
To get a reference to the LockVtxEdit cell by index from a program, use the CellsSRC property with the following arguments:
Section index: | visSectionObject |
Row index: | visRowLock |
Cell index: | visLockVtxEdit |
Show: