Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / JoinShapes Method
Name of destination shape for merge
Name of source shape for merge


In This Topic
JoinShapes Method (SheetView)
In This Topic
Joins two shapes in the drawing container for the sheet.
Syntax
'Declaration
 
Public Overridable Function JoinShapes( _
   ByVal destinationShapeName As String, _
   ByVal sourceShapeName 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
See Also