Gets or sets a specific
Field object in the FieldCollection by position.
'Declaration
Public Default Property Item( _
ByVal As System.Integer _
) As Field
public Field this[
System.int
]; {get; set;}
Parameters
- index
- A zero-based Integer indicating the index of the Field object to return or set.
Property Value
The Field object at the specified position.