PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / Dictionary Class / Add Method
The DictionaryItem to add.

In This Topic
    Add Method (Dictionary)
    In This Topic
    Adds an item to the current dictionary.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal di As DictionaryItem _
    ) As Integer
    public int Add( 
       DictionaryItem di
    )

    Parameters

    di
    The DictionaryItem to add.

    Return Value

    The index of the newly added item in the current dictionary.
    See Also