D cell (Connection Points section)

Microsoft Office ShapeSheet

D cell (Connection Points section)

See also       

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

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

Cell index:

visCnnctAutoGen