Merges this collection with another.
Namespace:
XllPlusAssembly: Psl.XL6.XnReflect.Runtime (in Psl.XL6.XnReflect.Runtime.dll) Version: 6.3.4.831 (6.3.4.0831)
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.