[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.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)
Parameters
Type Name Description
object key
object value
Implements