Spread for ASP.NET 12 Product Documentation
Copy Method (Appearance)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Appearance Class : Copy Method
Appearance object to be copied
Copies the properties of the specified Appearance object to the current object.
Syntax
'Declaration
 
Public Overridable Sub Copy( _
   ByVal obj As Object _
) 
'Usage
 
Dim instance As Appearance
Dim obj As Object
 
instance.Copy(obj)
public virtual void Copy( 
   object obj
)

Parameters

obj
Appearance object to be copied
See Also

Reference

Appearance Class
Appearance Members