D cell (Connection Points section)
A scratch cell that you can use for entering or testing formulas.
Remarks
To access the D cell, right-click a row, and then click Change Row Type on the shortcut menu.
To reference the D cell by name from another formula, or from a program using the Cells property, use:
Cell name: |
Connections.AutoGen[i] |
To reference 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: |
visCnnctAutoGen |