Input for WinForms | ComponentOne
C1.Win.Input.DbNavigator.Items Namespace / NavItemsCollection Class / AddRange Method / AddRange(NavItemsCollection) Method
The NavItemsCollection to be added to the current collection..

In This Topic
    AddRange(NavItemsCollection) Method
    In This Topic
    Adds a NavItemsCollection to the current collection.
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddRange( _
       ByVal items As NavItemsCollection _
    ) 
    public void AddRange( 
       NavItemsCollection items
    )

    Parameters

    items
    The NavItemsCollection to be added to the current collection..
    Exceptions
    ExceptionDescription
    The items parameter is null.
    The current collection is read-only.
    See Also