ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.5.2 Assembly / C1.Win.C1Sizer Namespace / RowCollection Class / Item Property

In This Topic
    Item Property (RowCollection)
    In This Topic
    Gets the Row object at a given index in the collection.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Default Property Item( _
       ByVal index As System.Integer _
    ) As Row
    public new Row this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    See Also