ComponentOne FlexPivot for WinForms
GetItem Method

C1.DataEngine.4 Assembly > C1.DataEngine Namespace > IDataList Interface : GetItem Method
The zero-based index of the element (row).
Collection element (row) access with access to column values in the row through the IDataRecord interface.
Syntax
'Declaration
 
Function GetItem( _
   ByVal index As System.Long _
) As System.Data.IDataRecord
System.Data.IDataRecord GetItem( 
   System.long index
)

Parameters

index
The zero-based index of the element (row).

Return Value

Element (row) at the specified index implementing the IDataRecord interface.
See Also

Reference

IDataList Interface
IDataList Members