[]
        
(Showing Draft Content)

FarPoint.Win.Spread.StyleInfo.Merge

Merge Method

Merge(StyleInfo)

Merges the style settings with the current object.

Declaration
public virtual void Merge(StyleInfo source)
Public Overridable Sub Merge(source As StyleInfo)
Parameters
Type Name Description
StyleInfo source

Object whose style settings are merged with the current object

Merge(StyleInfo, bool)

Merges the style settings with the current object with the option to overwrite settings in the current object.

Declaration
public virtual void Merge(StyleInfo source, bool force)
Public Overridable Sub Merge(source As StyleInfo, force As Boolean)
Parameters
Type Name Description
StyleInfo source

Object whose style settings are merged with the current object

bool force

Whether to overwrite the current settings with the settings from the merge object