[]
Joins two shapes in the drawing container for the sheet.
public virtual bool JoinShapes(string destinationShapeName, string sourceShapeName)
Public Overridable Function JoinShapes(destinationShapeName As String, sourceShapeName As String) As Boolean
| Type | Name | Description |
|---|---|---|
| string | destinationShapeName | Name of destination shape for merge |
| string | sourceShapeName | Name of source shape for merge |
| Type | Description |
|---|---|
| bool | true if successful; false otherwise |