Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / DrawingObject Class / Duplicate Method


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

Return Value

The new duplicated drawing object.
See Also