Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSShape Class / CopyTo Method
Target object


In This Topic
CopyTo Method (PSShape)
In This Topic
Copies the properties of this object in presentation space (drawing space) to the target object.
Syntax
'Declaration
 
Public Overrides Sub CopyTo( _
   ByVal target As Object _
) 
 
'Usage
 
Dim instance As PSShape
Dim target As Object
 
instance.CopyTo(target)

Parameters

target
Target object
See Also