[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Border.Merge

Merge Method

Merge(object)

Merges settings of the specified Border object with the current border.

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

Object whose settings are merged with the current border

Returns
Type Description
bool

Merge(object, bool)

Merges settings of the specified Border object with the current border with the option to force a merge if the settings are defined in the current border.

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

Object whose settings are merged with the current border

bool force

Whether settings are overridden in the current border

Returns
Type Description
bool