ListView for WPF | ComponentOne
C1.WPF.ListView Assembly / C1.WPF.ListView Namespace / ListViewItemsCollection Class / RemoveRange Method

In This Topic
    RemoveRange Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub RemoveRange( _
       ByVal startingIndex As Integer, _
       ByVal count As Integer _
    ) 
    public void RemoveRange( 
       int startingIndex,
       int count
    )

    Parameters

    startingIndex
    count
    See Also