Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / IShapes Interface / AddConnector Method / AddConnector(String,ConnectorType,Double,Double,Double,Double) Method
The connector name
The connector type to add.
The horizontal position (in points) of the connector's starting point relative to the upper-left corner of the document.
The vertical position (in points) of the connector's starting point relative to the upper-left corner of the document.
The horizontal position (in points) of the connector's end point relative to the upper-left corner of the document.
The veritcal position (in points) of the connector's end point relative to the upper-left corner of the document.
In This Topic
    AddConnector(String,ConnectorType,Double,Double,Double,Double) Method
    In This Topic
    Creates a connector. Returns the IShape object that represents the new connector.
    Syntax
    IShape AddConnector( 
       System.string name,
       ConnectorType type,
       System.double beginX,
       System.double beginY,
       System.double endX,
       System.double endY
    )

    Parameters

    name
    The connector name
    type
    The connector type to add.
    beginX
    The horizontal position (in points) of the connector's starting point relative to the upper-left corner of the document.
    beginY
    The vertical position (in points) of the connector's starting point relative to the upper-left corner of the document.
    endX
    The horizontal position (in points) of the connector's end point relative to the upper-left corner of the document.
    endY
    The veritcal position (in points) of the connector's end point relative to the upper-left corner of the document.

    Return Value

    The IShape object.
    See Also