'Declaration Public Overloads Sub Add( _ ByVal type As Type, _ ByVal cellEditorManager As CellEditorManager _ )
'Usage Dim instance As CellEditorManagerDictionary Dim type As Type Dim cellEditorManager As CellEditorManager instance.Add(type, cellEditorManager)
public void Add( Type type, CellEditorManager cellEditorManager )
Parameters
- type
- A type representing the datatype of the cells that will be edited by the specified cellEditorManager.
- cellEditorManager
- A reference to a Xceed.Grid.Editors.CellEditorManager representing the CellEditorManager that will be used to edit cells with the specified datatype.