Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeRange Interface / Duplicate Method


In This Topic
Duplicate Method (IShapeRange)
In This Topic
Duplicates the object and returns a reference to the new copy.
Syntax
'Declaration
 
Function Duplicate() As IShapeRange
 
'Usage
 
Dim instance As IShapeRange
Dim value As IShapeRange
 
value = instance.Duplicate()

Return Value

The new duplicated shape.
See Also