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

In This Topic
Add Method (IndexEntryCollection)
In This Topic
Adds an IndexEntry to the current collection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal item As IndexEntry _
) As Integer
 

Parameters

item
The item to add.

Return Value

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