Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridRowCollection Class / ReplaceRange Method
The index from where the items are replaced.
The items replacements.

In This Topic
    ReplaceRange Method (GridRowCollection)
    In This Topic
    Replaces a range of items.
    Syntax
    'Declaration
     
    
    Public Sub ReplaceRange( _
       ByVal startingIndex As Integer, _
       ByVal items As IEnumerable(Of GridRow) _
    ) 
    public void ReplaceRange( 
       int startingIndex,
       IEnumerable<GridRow> items
    )

    Parameters

    startingIndex
    The index from where the items are replaced.
    items
    The items replacements.
    See Also