Xceed Grid for WinForms v4.3 Documentation
Contains(Type) Method


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Collections Namespace > CellViewerManagerDictionary Class > Contains Method : Contains(Type) Method
The System.Type to find.
Determines if the hashtable contains an entry of the specified type.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal type As Type _
) As Boolean
'Usage
 
Dim instance As CellViewerManagerDictionary
Dim type As Type
Dim value As Boolean
 
value = instance.Contains(type)
public bool Contains( 
   Type type
)

Parameters

type
The System.Type to find.

Return Value

true if the hashtable contains an entry for the specified type; false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellViewerManagerDictionary Class
CellViewerManagerDictionary Members
Overload List