ComponentOne Input Library for WPF
C1.WPF.Input Namespace / ComboBoxItemsCollection Class / ReplaceRange Method

In This Topic
    ReplaceRange Method (ComboBoxItemsCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub ReplaceRange( _
       ByVal startingIndex As Integer, _
       ByVal items As IEnumerable(Of C1ComboBoxItem) _
    ) 
    public void ReplaceRange( 
       int startingIndex,
       IEnumerable<C1ComboBoxItem> items
    )

    Parameters

    startingIndex
    items
    See Also