Removes the specified item from 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 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.