Xceed Grid for WinForms v4.3 Documentation
Add(Object,Object) Method


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Collections Namespace > CellEditorManagerDictionary Class > Add Method : Add(Object,Object) Method
A type representing the datatype of the cells that will be edited by the specified Xceed.Grid.Editors.CellEditorManager.
A reference to a Xceed.Grid.Editors.CellEditorManager representing the CellEditorManager that will be used to edit cells with the specified datatype.
Adds an entry to the hashtable specifying the type (key) and Xceed.Grid.Editors.CellEditorManager (value) that will be used to edit cells of the specified datatype.
Syntax
'Declaration
 
Public Overloads Overrides NotOverridable Sub Add( _
   ByVal key As Object, _
   ByVal value As Object _
) 
'Usage
 
Dim instance As CellEditorManagerDictionary
Dim key As Object
Dim value As Object
 
instance.Add(key, value)
public override void Add( 
   object key,
   object value
)

Parameters

key
A type representing the datatype of the cells that will be edited by the specified Xceed.Grid.Editors.CellEditorManager.
value
A reference to a Xceed.Grid.Editors.CellEditorManager representing the CellEditorManager that will be used to edit cells with the specified datatype.
Remarks

If key is a null reference (Nothing in Visual Basic), then the Xceed.Grid.Editors.CellEditorManager will be used to edit all the cells for whose datatypes a CellEditorManager has not been specified.

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

CellEditorManagerDictionary Class
CellEditorManagerDictionary Members
Overload List
Base Implementation in Add