ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / RowCollection Class / Item Property

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

    Parameters

    index
    Remarks
    Use the Row object returned by this method to set attributes such as row height, visibility, style, selected state, and so on.
    See Also