'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)
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.