WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridRowCollection Class / InsertRange Method
In This Topic
    InsertRange Method (GridRowCollection)
    In This Topic
    Syntax
    public void InsertRange( 
       int startingIndex,
       IEnumerable<GridRow> items
    )

    Parameters

    startingIndex
    items
    See Also