Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / Clone Method


In This Topic
    Clone Method (WorksheetDrawing)
    In This Topic
    Clones a shape with new WorksheetDrawing.
    Syntax
    'Declaration
     
    
    Public Shared Function Clone( _
       ByVal shape As Shape, _
       ByVal worksheet As Worksheet, _
       Optional ByVal suspendNotify As Boolean _
    ) As Shape
    'Usage
     
    
    Dim shape As Shape
    Dim worksheet As Worksheet
    Dim suspendNotify As Boolean
    Dim value As Shape
     
    value = WorksheetDrawing.Clone(shape, worksheet, suspendNotify)

    Parameters

    shape
    worksheet
    suspendNotify
    See Also