[]
        
(Showing Draft Content)

C1.Win.FlexGrid.MultiColumnDictionary.Add

Add Method

Add(object, object)

Adds an entry with the specified key and value into the MultiColumnDictionary.

Declaration
public void Add(object key, object value)
Public Sub Add(key As Object, value As Object)
Parameters
Type Name Description
object key
object value
Implements