Spread for ASP.NET 11 Product Documentation
CopyFrom Method (TitleInfo)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > TitleInfo Class : CopyFrom Method
Object from which to copy
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

Reference

TitleInfo Class
TitleInfo Members