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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > StyleInfo Class > Merge Method : Merge(Object,Boolean,Object) Method
Object whose style settings are merged with the current object
Whether to force unconditional copy
Doesn't merge style that set in objExclude
Merges style settings with the current object and has the option to force style settings from the merge object to overwrite settings in the current object.
Syntax
'Declaration
 
Public Overloads Overridable Function Merge( _
   ByVal obj As Object, _
   ByVal force As Boolean, _
   ByVal objExclude As Object _
) As Boolean
'Usage
 
Dim instance As StyleInfo
Dim obj As Object
Dim force As Boolean
Dim objExclude As Object
Dim value As Boolean
 
value = instance.Merge(obj, force, objExclude)
public virtual bool Merge( 
   object obj,
   bool force,
   object objExclude
)

Parameters

obj
Object whose style settings are merged with the current object
force
Whether to force unconditional copy
objExclude
Doesn't merge style that set in objExclude
See Also

Reference

StyleInfo Class
StyleInfo Members
Overload List