Spread for ASP.NET 7.0 Product Documentation
Merge(Object) Method
See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > StyleInfo Class > Merge Method : Merge(Object) Method


obj
Object whose style settings are merged with the current object

Glossary Item Box

Merges the style settings with the current object.

Syntax

Visual Basic (Declaration) 
Public Overloads Overridable Function Merge( _
   ByVal obj As Object _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As StyleInfo
Dim obj As Object
Dim value As Boolean
 
value = instance.Merge(obj)
C# 
public virtual bool Merge( 
   object obj
)

Parameters

obj
Object whose style settings are merged with the current object

Return Value

Boolean: true if merge is successful; false otherwise

Remarks

The Merge(Object) method does not overwrite existing settings in the current object. The only settings from the merge object that are passed into the current object are ones for which the current object does not have settings.

Use the Merge(Object, Boolean) method if you want to overwrite existing settings in the current object.

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.