officefileapi-devexpress-dot-spreadsheet-dot-connectorformat-dot-underscore-members.md
Contains connector settings.
| Name | Description |
|---|---|
| Arrows | Provides access to the connector arrowhead properties. |
| ConnectorType | Gets or sets the connector’s type. |
| EndConnectedShapeId | Retrieves the unique identifier of a drawing object attached to the connector’s end point. |
| EndPointConnected | Indicates whether the connector’s end point is attached to a drawing object. |
| HandleCount | Returns or specifies the number of adjustment handles for an elbow or curved connector. |
| StartConnectedShapeId | Retrieves the unique identifier of a drawing object attached to the connector’s start point. |
| StartPointConnected | Indicates whether the connector’s start point is attached to a drawing object. |
| Name | Description |
|---|---|
| ConnectEndPoint(Shape, Int32) | Attaches the connector’s end point to the drawing object. |
| ConnectStartPoint(Shape, Int32) | Attaches the connector’s start point to the drawing object. |
| DisconnectEndPoint() | Disconnects the connector’s end point from a drawing object. |
| DisconnectStartPoint() | Disconnects the connector’s start point from a drawing object. |
See Also