GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / Duplicate Method


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

Return Value

The new duplicated shape.
See Also