ComponentOne FlexGrid for WinForms
Item Property (RowCollection)

C1.Win.C1FlexGrid Namespace > RowCollection Class : Item Property
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

Reference

RowCollection Class
RowCollection Members