Connect class

Connect class

Represents a connection between two shapes in a drawing, such as a line and a box in an organization chart.

The Connect type exposes the following members:

Constructors

ConstructorDescription
Connect()Constructor.

Properties

PropertyDescription
from_sheetThe ID of the shape from which a connection or connections originate.
to_sheetThe ID of the shape to which one or more connections are made
from_cellThe cell from which a connection is made.
to_cellThe cell to which a connection is made.
from_partThe cell from which a connection originates.
to_partThe part of a shape to which a connection is made.

Methods

MethodDescription
clone()Creates deep copy of this instance.

See Also