'Declaration
Function AddConnector( _ ByVal type As ConnectorType, _ ByVal beginX As Double, _ ByVal beginY As Double, _ ByVal endX As Double, _ ByVal endY As Double _ ) As IShape
Parameters
- type
- The connector type to add.
- beginX
- The horizontal position (in pixels) of the connector's starting point relative to the upper-left corner of the document.
- beginY
- The vertical position (in pixels) of the connector's starting point relative to the upper-left corner of the document.
- endX
- The horizontal position (in pixels) of the connector's end point relative to the upper-left corner of the document.
- endY
- The vertical position (in pixels) of the connector's end point relative to the upper-left corner of the document.
Return Value
The new connector in a worksheet.