Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridRowCollection Class / Add Method
The object to add to the ICollection.

In This Topic
    Add Method (GridRowCollection)
    In This Topic
    Adds an item to the ICollection.
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByVal item As GridRow _
    ) 
    public void Add( 
       GridRow item
    )

    Parameters

    item
    The object to add to the ICollection.
    See Also