JoinShapes Method (SheetView)
Joins two shapes in the drawing container for the sheet.
'Declaration
Public Overridable Function JoinShapes( _
ByVal As String, _
ByVal As String _
) As Boolean
'Usage
Dim instance As SheetView
Dim destinationShapeName As String
Dim sourceShapeName As String
Dim value As Boolean
value = instance.JoinShapes(destinationShapeName, sourceShapeName)
Parameters
- destinationShapeName
- Name of destination shape for merge
- sourceShapeName
- Name of source shape for merge