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

Constructor Description
Connect() Constructor.

Properties

Property Description
from_sheet The ID of the shape from which a connection or connections originate.
to_sheet The ID of the shape to which one or more connections are made
from_cell The cell from which a connection is made.
to_cell The cell to which a connection is made.
from_part The cell from which a connection originates.
to_part The part of a shape to which a connection is made.

Methods

Method Description
clone() Creates deep copy of this instance.

See Also