Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / PSObject Constructor / PSObject Constructor(Object)
Object from which to clone the new object


In This Topic
PSObject Constructor(Object)
In This Topic
Creates a new object based on the specified object.
Syntax
'Declaration
 
Public Function New( _
   ByVal cloneFrom As Object _
)
 
'Usage
 
Dim cloneFrom As Object
 
Dim instance As New PSObject(cloneFrom)

Parameters

cloneFrom
Object from which to clone the new object
See Also