'Declaration Public Overloads Overrides NotOverridable Sub Add( _ ByVal key As Object, _ ByVal value As Object _ )
'Usage Dim instance As CellViewerManagerDictionary Dim key As Object Dim value As Object instance.Add(key, value)
Parameters
- key
- The key of the element to add.
- value
- The value of the element to add. The value must be a Xceed.Grid.Viewers.CellViewerManager instance.