ComponentOne DataObjects for .NET
Item Property (C1DataView)

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

Parameters

index
The zero-based index of the row.
Remarks
This property returns the rows satisfying the conditions in RowFilter and RowStateFilter.
See Also

Reference

C1DataView Class
C1DataView Members