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


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Collections Namespace > CellViewerManagerDictionary Class > Remove Method : Remove(Type) Method
The System.Type of the entry to remove.
Removes the entry with the specified type from the hashtable.
Syntax
'Declaration
 
Public Overloads Sub Remove( _
   ByVal type As Type _
) 
'Usage
 
Dim instance As CellViewerManagerDictionary
Dim type As Type
 
instance.Remove(type)
public void Remove( 
   Type type
)

Parameters

type
The System.Type of the entry to remove.
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