PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 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
    public int Add( 
       IndexEntry item
    )

    Parameters

    item
    The item to add.

    Return Value

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