Item Property (C1BaseFieldCollection)
Gets a
C1BaseField derived column object from the
C1BaseFieldCollection collection at the specified index. In C#, this property is the indexer for the
C1BaseFieldCollection class.
'Declaration
Public ReadOnly Default Property Item( _
ByVal As System.Integer _
) As C1BaseField
Parameters
- index
- The index of the C1BaseField derived object in the C1BaseFieldCollection collection to retrieve.