ComponentOne DataObjects for .NET
Item Property (FieldCalculationCollection)

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

Parameters

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

Reference

FieldCalculationCollection Class
FieldCalculationCollection Members