ComponentOne DataObjects for .NET
Item Property (C1DataRowCollection)

C1.Data.2 Assembly > C1.Data Namespace > C1DataRowCollection Class : Item Property
Gets the row at the specified index.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As C1DataRow
public C1DataRow this[ 
   System.int index
]; {get;}

Parameters

index
See Also

Reference

C1DataRowCollection Class
C1DataRowCollection Members
C1DataRowCollection Class