ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / MultiColumnDictionary Class / Add Method

In This Topic
    Add Method (MultiColumnDictionary)
    In This Topic
    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