NoQuickDrag Cell (Geometry Section)
Office 2010
Determines whether a shape can be selected or dragged when the user clicks the filled area defined by the Geometry section.
To get a reference to the NoQuickDrag cell by name from another formula, or from a program by using the CellsU property, use:
Cell name: | Geometry i .NoQuickDrag, where i - <1>, 2, 3... |
To get a reference to the NoQuickDrag cell by index from a program, use the CellsSRC property with the following arguments:
Section index: | visSectionFirstComponent + i, where i = 0, 1, 2... |
Row index: | visRowComponent |
Cell index: | visCompNoQuickDrag |
Show: