Merges this collection with another.

Namespace:  XllPlus
Assembly:  Psl.XL7.XnReflect.Runtime (in Psl.XL7.XnReflect.Runtime.dll) Version: 7.0.9.1411 (7.0.9.1411)

Syntax

C#
public bool Merge(
	XllAttributeOverrides source
)
Visual Basic (Declaration)
Public Function Merge ( _
	source As XllAttributeOverrides _
) As Boolean
Visual C++
public:
bool Merge(
	XllAttributeOverrides^ source
)

Parameters

source
Type: XllPlus..::.XllAttributeOverrides
Another collection of overrides. If a member exists in both collections, then the value in source will be ignored.

Return Value

true if any changes were made to this collection by the merge. false if the collection was unaffected.

See Also