Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Templates Namespace / DataSourceDictionary Class / Add Method / Add(String,Object) Method
The key (name) of the data source to add.
The data source to add.

In This Topic
    Add(String,Object) Method
    In This Topic
    Adds a data source to this DataSourceDictionary.
    Syntax
    'Declaration
     
    Public Overloads Sub Add( _
       ByVal key As System.String, _
       ByVal value As System.Object _
    ) 
    public void Add( 
       System.string key,
       System.object value
    )

    Parameters

    key
    The key (name) of the data source to add.
    value
    The data source to add.
    See Also