[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IConnectorFormat

IConnectorFormat Interface

Represents properties and methods that apply to connectors.

Namespace: GrapeCity.Documents.Excel.Drawing
Assembly: DS.Documents.Excel.dll
Syntax
public interface IConnectorFormat
Public Interface IConnectorFormat

Properties

Name Description
BeginConnected

Gets whether the connector is connected to a shape (True if the beginning of the specified connector is connected to a shape).

BeginConnectedShape

Returns the IShape 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 beginning of a connector is connected to.

EndConnected

Gets whether the end of the connector is connected to a shape (True if the end of the specified connector is connected to a shape).

EndConnectedShape

Returns the IShape 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.

Type

Gets or sets the connector format type.

Methods

Name Description
BeginConnect(IShape, int)

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(IShape, int)

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.