C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / Dictionary Class / Remove Method
The DictionaryItem to remove.

In This Topic
Remove Method (Dictionary)
In This Topic
Removes an item from the current dictionary.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal di As DictionaryItem _
) 
 

Parameters

di
The DictionaryItem to remove.
See Also