JoinShapes Method (SheetView)
In This Topic
Joins two shapes in the drawing container for the sheet.
Syntax
'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)
public virtual bool JoinShapes(
string ,
string
)
Parameters
- destinationShapeName
- Name of destination shape for merge
- sourceShapeName
- Name of source shape for merge
See Also