Returns true if the specifed key exists in 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 bool ContainsKey( string key ) |
| Visual Basic (Declaration) |
|---|
Public Function ContainsKey ( _ key As String _ ) As Boolean |
| Visual C++ |
|---|
public: bool ContainsKey( String^ key ) |
Parameters
- key
- Type: System..::.String
The documentation key for a reflected object.