Input for WinForms | ComponentOne
C1.Framework Namespace / GridRowCollection Class / Item Property
Index of the row to get or set.

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

    Parameters

    index
    Index of the row to get or set.

    Property Value

    The GridRow at the specified index.
    See Also