Class Connect

Connect class

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

public class Connect

Constructors

NameDescription
Connect()Constructor.

Properties

NameDescription
FromCell { get; set; }The cell from which a connection is made.
FromPart { get; set; }The cell from which a connection originates.
FromSheet { get; set; }The ID of the shape from which a connection or connections originate.
ToCell { get; set; }The cell to which a connection is made.
ToPart { get; set; }The part of a shape to which a connection is made.
ToSheet { get; set; }The ID of the shape to which one or more connections are made

Methods

NameDescription
Clone()Creates deep copy of this instance.

See Also