Share via


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
Public property Application Returns an Application object that represents the Microsoft Excel application.
Public property BeginConnected True if the beginning of the specified connector is connected to a shape.
Public property BeginConnectedShape Returns a Shape object that represents the shape that the beginning of the specified connector is attached to.
Public property BeginConnectionSite Returns an integer that specifies the connection site that the end of a connector is connected to.
Public property Creator Returns a 32-bit integer that indicates the application in which this object was created.
Public property EndConnected msoTrue if the end of the specified connector is connected to a shape.
Public property EndConnectedShape Returns a Shape object that represents the shape that the end of the specified connector is attached to.
Public property EndConnectionSite Returns an integer that specifies the connection site that the end of a connector is connected to.
Public property Parent Returns the parent object for the specified object.
Public property Type Returns or sets the connector format type.

Top

Methods

  Name Description
Public method BeginConnect Attaches the beginning of the specified connector to a specified shape.
Public method BeginDisconnect Detaches the beginning of the specified connector from the shape it’s attached to.
Public method EndConnect Attaches the end of the specified connector to a specified shape.
Public method EndDisconnect Detaches the end of the specified connector from the shape it’s attached to.

Top

See Also

Reference

ConnectorFormat Interface

Microsoft.Office.Interop.Excel Namespace