D Cell (Connection Points Section)
Office 2010
A scratch cell that you can use for entering or testing formulas.
To access the D cell, right-click a row, and then click Change Row Type on the shortcut menu.
To get a reference to the D cell by name from another formula, or from a program using the CellsU property, use:
Cell name: |
Connections.D[i]
|
To get a reference to the D cell by index from a program, use the CellsSRC property with the following arguments:
Section index: | visSectionConnectionPts |
Row index: | visRowConnectionPts + i |
Cell index: | visCnnctD |
Show: