[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.JoinShapes

JoinShapes Method

JoinShapes(string, string)

Joins two shapes in the drawing container for the sheet.

Declaration
public virtual bool JoinShapes(string destinationShapeName, string sourceShapeName)
Public Overridable Function JoinShapes(destinationShapeName As String, sourceShapeName As String) As Boolean
Parameters
Type Name Description
string destinationShapeName

Name of destination shape for merge

string sourceShapeName

Name of source shape for merge

Returns
Type Description
bool