C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / IndexEntryCollection Class / Remove Method
The item to add.

In This Topic
Remove Method (IndexEntryCollection)
In This Topic
Removes an IndexEntry from the current collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal item As IndexEntry _
) 
 

Parameters

item
The item to add.
See Also