FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridRowCollection Class / InsertRange Method

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

    Parameters

    startingIndex
    items
    See Also