EventDblClick Cell (Events Section)
Office 2010
An event cell that is evaluated when a shape is double-clicked.
Event cells are evaluated only when the event occurs, not upon formula entry.
To get a reference to the EventDblClick cell by name from another formula, or from a program using the CellsU property, use:
Cell name: | EventDblClick |
To get a reference to the EventDblClick cell by index from a program, use the CellsSRC property with the following arguments:
Section index: | visSectionObject |
Row index: | visRowEvent |
Cell index: | visEvtCellDblClick |
Show: