'Declaration
Function AddConnectorToCell( _ ByVal type As ConnectorType, _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal row2 As Integer, _ ByVal column2 As Integer _ ) As IShape
Parameters
- type
- The connector type to add.
- row
- The row index of the upper-left corner of the shape's bounding box.
- column
- The column index of the upper-left corner of the shape's bounding box.
- row2
- The row index of the lower-right corner of the shape's bounding box.
- column2
- The column index of the lower-right corner of the shape's bounding box.
Return Value
The new connector in a worksheet.