Adds the specified item to the collection.
Namespace:
XllPlusAssembly: Psl.XL6.XnReflect.Runtime (in Psl.XL6.XnReflect.Runtime.dll) Version: 6.3.4.831 (6.3.4.0831)
Syntax
C# |
---|
public void Add( XllAttributes attributes, string key ) |
Visual Basic (Declaration) |
---|
Public Sub Add ( _ attributes As XllAttributes, _ key As String _ ) |
Visual C++ |
---|
public: void Add( XllAttributes^ attributes, String^ key ) |
Parameters
- attributes
- Type: XllPlus..::.XllAttributes
The set of export attributes which will be applied to the The documentation key for a reflected object. reflected object.
- key
- Type: System..::.String
[Missing <param name="key"/> documentation for "M:XllPlus.XllAttributeOverrides.Add(XllPlus.XllAttributes,System.String)"]