Connect

Connect class

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

Connect()

Constructor.

Properties

NameTypeDescription
FromSheetlongThe ID of the shape from which a connection or connections originate.
ToSheetlongThe ID of the shape to which one or more connections are made
FromCellStringThe cell from which a connection is made.
ToCellStringThe cell to which a connection is made.
FromPartintThe cell from which a connection originates. The value of the property is FromPartValue integer constant.
ToPartintThe part of a shape to which a connection is made. The value of the property is ToPartValue integer constant.

Methods

NameDescription
deepCloneCreates deep copy of this instance.