ConnectorFormat Members
Include Protected Members
Include Inherited Members
Contains properties and methods that apply to connectors.
The ConnectorFormat type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the Microsoft Excel application. | |
BeginConnected | True if the beginning of the specified connector is connected to a shape. | |
BeginConnectedShape | Returns a Shape object that represents the shape that the beginning of the specified connector is attached to. | |
BeginConnectionSite | Returns an integer that specifies the connection site that the end of a connector is connected to. | |
Creator | Returns a 32-bit integer that indicates the application in which this object was created. | |
EndConnected | msoTrue if the end of the specified connector is connected to a shape. | |
EndConnectedShape | Returns a Shape object that represents the shape that the end of the specified connector is attached to. | |
EndConnectionSite | Returns an integer that specifies the connection site that the end of a connector is connected to. | |
Parent | Returns the parent object for the specified object. | |
Type | Returns or sets the connector format type. |
Top
Methods
Name | Description | |
---|---|---|
BeginConnect | Attaches the beginning of the specified connector to a specified shape. | |
BeginDisconnect | Detaches the beginning of the specified connector from the shape it’s attached to. | |
EndConnect | Attaches the end of the specified connector to a specified shape. | |
EndDisconnect | Detaches the end of the specified connector from the shape it’s attached to. |
Top