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


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

Parameters

o
Object whose settings are merged with the current border
See Also

Reference

Border Class
Border Members
Overload List