Connect Object Members
Visio Automation Reference |
Represents a connection between two shapes in a drawing, such as a line and a box in an organization chart.
Properties
Name | Description | |
---|---|---|
![]() |
Application | Read-only. Returns the instance of Microsoft Office Visio that is associated with an object. |
![]() |
ContainingMasterID | Returns the ID of the Master object that contains an object. Read-only. |
![]() |
ContainingPageID | Returns the ID of the page that contains an object. Read-only |
![]() |
Document | Gets the Document object that is associated with an object. Read-only. |
![]() |
FromCell | Returns the cell from which a connection originates. Read-only. |
![]() |
FromPart | Returns the part of a shape from which a connection originates. Read-only. |
![]() |
FromSheet | Returns the shape from which a connection or connections originate. Read-only. |
![]() |
Index | Gets the ordinal position of a Connect object in the Connects collection. Read-only. |
![]() |
ObjectType | Returns an object's type. Read-only. |
![]() |
Stat | Returns status information for an object. Read-only. |
![]() |
ToCell | Gets the cell to which a connection is made. Read-only. |
![]() |
ToPart | Returns the part of a shape to which a connection is made. Read-only. |
![]() |
ToSheet | Returns the shape to which one or more connections are made. Read-only. |