Adds an item to the current dictionary.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public int Add(
	DictionaryItem di
)
Visual Basic
Public Function Add ( _
	di As DictionaryItem _
) As Integer

Return Value

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

See Also