ComponentOne DataObjects for .NET
Item(Int32) Property

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressFieldCollection Class > Item Property : Item(Int32) Property
The zero-based index of the element.
Gets the element of the collection at the specified index.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal index As System.Integer _
) As C1ExpressField
public C1ExpressField Item( 
   System.int index
) {get;}

Parameters

index
The zero-based index of the element.
See Also

Reference

C1ExpressFieldCollection Class
C1ExpressFieldCollection Members
Overload List