Adds the specified item to the collection.

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 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)"]

See Also