[]
        
(Showing Draft Content)

FarPoint.Web.Spread.StyleInfo.Merge

Merge Method

Merge(object)

Merges the style settings with the current object.

Declaration
public virtual bool Merge(object obj)
Public Overridable Function Merge(obj As Object) As Boolean
Parameters
Type Name Description
object obj

Object whose style settings are merged with the current object

Returns
Type Description
bool

Merge(object, bool)

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.

Declaration
public virtual bool Merge(object obj, bool force)
Public Overridable Function Merge(obj As Object, force As Boolean) As Boolean
Parameters
Type Name Description
object obj

Object whose style settings are merged with the current object

bool force

Whether to force unconditional copy

Returns
Type Description
bool

Merge(object, bool, object)

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.

Declaration
public virtual bool Merge(object obj, bool force, object objExclude)
Public Overridable Function Merge(obj As Object, force As Boolean, objExclude As Object) As Boolean
Parameters
Type Name Description
object obj

Object whose style settings are merged with the current object

bool force

Whether to force unconditional copy

object objExclude

Doesn't merge style that set in objExclude

Returns
Type Description
bool