Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridRowCollection Class / Item Property
The zero-based index of the element to get or set.

In This Topic
    Item Property (GridRowCollection)
    In This Topic
    Gets or sets the element at the specified index.
    Syntax
    'Declaration
     
    
    Public Default Property Item( _
       ByVal index As Integer _
    ) As GridRow
    public GridRow this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    The zero-based index of the element to get or set.

    Property Value

    The element at the specified index.
    See Also