FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridRowCollection Class / Item Property

In This Topic
    Item Property (GridRowCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As Integer _
    ) As GridRow
    public GridRow this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    See Also