ComponentOne DataObjects for .NET
Item(Int32) Property

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > TableFieldCollection Class > Item Property : Item(Int32) Property
Gets the element of the collection at the specified index.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal index As System.Integer _
) As TableField
public TableField Item( 
   System.int index
) {get;}

Parameters

index
See Also

Reference

TableFieldCollection Class
TableFieldCollection Members
Overload List