'Declaration
Public Overridable Function JoinShapes( _ ByVal destinationShapeName As String, _ ByVal sourceShapeName As String _ ) As Boolean
'Usage
Dim instance As SpreadShapesContainer Dim destinationShapeName As String Dim sourceShapeName As String Dim value As Boolean value = instance.JoinShapes(destinationShapeName, sourceShapeName)
public virtual bool JoinShapes( string destinationShapeName, string sourceShapeName )
Parameters
- destinationShapeName
- Name of destination shape for merge
- sourceShapeName
- Name of source shape for merge