ComponentOne FlexGrid for WinForms
Add Method (MultiColumnDictionary)

C1.Win.C1FlexGrid Namespace > MultiColumnDictionary Class : Add Method
Adds an entry with the specified key and value into the MultiColumnDictionary.
Syntax
'Declaration
 
Public Shadows Sub Add( _
   ByVal key As Object, _
   ByVal value As Object _
) 
public new void Add( 
   object key,
   object value
)

Parameters

key
value
See Also

Reference

MultiColumnDictionary Class
MultiColumnDictionary Members