Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TitleInfo Class / CopyFrom Method
Object from which to copy


In This Topic
    CopyFrom Method (TitleInfo)
    In This Topic
    Copies the title bar information of the specified object to the current object.
    Syntax
    'Declaration
     
    
    Public Sub CopyFrom( _
       ByVal obj As Object _
    ) 
    'Usage
     
    
    Dim instance As TitleInfo
    Dim obj As Object
     
    instance.CopyFrom(obj)
    public void CopyFrom( 
       object obj
    )

    Parameters

    obj
    Object from which to copy
    See Also