FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / RowCollection Class / Item Property

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

    Parameters

    index
    See Also