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 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]
where i = <1>, 2, 3...

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
where i = 0, 1, 2...

Cell index:

visCnnctD