Removes the specified item from 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 Remove(
	string key
)
Visual Basic (Declaration)
Public Sub Remove ( _
	key As String _
)
Visual C++
public:
void Remove(
	String^ key
)

Parameters

key
Type: System..::.String
The documentation key for a reflected object.

See Also