Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridColumnCollection Class / AddRange Method
The inserted items.

In This Topic
    AddRange Method (GridColumnCollection)
    In This Topic
    Adds a range of items.
    Syntax
    'Declaration
     
    
    Public Sub AddRange( _
       ByVal items As IEnumerable(Of GridColumn) _
    ) 
    public void AddRange( 
       IEnumerable<GridColumn> items
    )

    Parameters

    items
    The inserted items.
    See Also