Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / TextShape Class / CopyTo Method
Target object


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

    Parameters

    target
    Target object
    See Also