Spread for ASP.NET 12 Product Documentation
Merge(Object) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Appearance Class > Merge Method : Merge(Object) Method
Object whose appearance settings are merged with the current object
Merges appearance settings of the specified object with the current object.
Syntax
'Declaration
 
Public Overloads Overridable Function Merge( _
   ByVal obj As Object _
) As Boolean
'Usage
 
Dim instance As Appearance
Dim obj As Object
Dim value As Boolean
 
value = instance.Merge(obj)
public virtual bool Merge( 
   object obj
)

Parameters

obj
Object whose appearance settings are merged with the current object
See Also

Reference

Appearance Class
Appearance Members
Overload List