Reports for WinForms | ComponentOne
C1.C1Report.4 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 _
    ) 
    public void Remove( 
       IndexEntry item
    )

    Parameters

    item
    The item to add.
    See Also