Connect
Contents
[
Hide
]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
| Name | Type | Description |
|---|---|---|
| FromSheet | long | The ID of the shape from which a connection or connections originate. |
| ToSheet | long | The ID of the shape to which one or more connections are made |
| FromCell | String | The cell from which a connection is made. |
| ToCell | String | The cell to which a connection is made. |
| FromPart | int | The cell from which a connection originates. The value of the property is FromPartValue integer constant. |
| ToPart | int | The part of a shape to which a connection is made. The value of the property is ToPartValue integer constant. |
Methods
| Name | Description |
|---|---|
| deepClone | Creates deep copy of this instance. |