[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Appearance.Merge

Merge Method

Merge(object)

Merges appearance settings of the specified object 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 appearance settings are merged with the current object

Returns
Type Description
bool

Merge(object, bool)

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.

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 appearance settings will be merged with the current object

bool force

Whether appearance settings are overridden in the current object

Returns
Type Description
bool