Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / Clone Method


In This Topic
Clone Method (PSObject)
In This Topic
Creates and returns a copy of the object.
Syntax
'Declaration
 
Public Overrides Function Clone() As Object
 
'Usage
 
Dim instance As PSObject
Dim value As Object
 
value = instance.Clone()
See Also