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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Appearance Class > Merge Method : Merge(Object,Boolean) Method
Object whose appearance settings will be merged with the current object
Whether appearance settings are overridden in the current object
Merges appearance settings of the specified object with the current object with the option to force a merge if the settings are defined in the current object.
Syntax
'Declaration
 
Public Overloads Overridable Function Merge( _
   ByVal obj As Object, _
   ByVal force As Boolean _
) As Boolean
'Usage
 
Dim instance As Appearance
Dim obj As Object
Dim force As Boolean
Dim value As Boolean
 
value = instance.Merge(obj, force)
public virtual bool Merge( 
   object obj,
   bool force
)

Parameters

obj
Object whose appearance settings will be merged with the current object
force
Whether appearance settings are overridden in the current object
See Also

Reference

Appearance Class
Appearance Members
Overload List