Overload | Description |
---|---|
AddConnector(ConnectorType,Double,Double,Double,Double) | Creates a connector. Returns the IShape object that represents the new connector. |
AddConnector(ConnectorType,IRange) | Creates a connector at the specified range on the current sheet. The sheet of targetRange and the sheet of the shape being added must be the same sheet. Returns the IShape object that represents the new connector. |
AddConnector(String,ConnectorType,Double,Double,Double,Double) | Creates a connector. Returns the IShape object that represents the new connector. |
AddConnector(String,ConnectorType,IRange) | Creates a connector at the specified range on the current sheet. The sheet of targetRange and the sheet of the shape being added must be the same sheet. Returns the IShape object that represents the new connector. |