GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / TimeSpanDisplayFieldCollectionInfo Class / ContainsKey Method
The key to locate in the collection.


In This Topic
ContainsKey Method (TimeSpanDisplayFieldCollectionInfo)
In This Topic
Determines whether the NamedObjectCollection<T> collection contains an item with the specified key.
Syntax
'Declaration
 
Public Overridable Function ContainsKey( _
   ByVal name As String _
) As Boolean
 
'Usage
 
Dim instance As TimeSpanDisplayFieldCollectionInfo
Dim name As String
Dim value As Boolean
 
value = instance.ContainsKey(name)

Parameters

name
The key to locate in the collection.

Return Value

true if the collection contains an INamedObject typed item with the specified name; otherwise, false.
See Also