Item Property (C1BaseFieldCollection)
In This Topic
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.
Syntax
'Declaration
Public ReadOnly Default Property Item( _
ByVal As System.Integer _
) As C1BaseField
public C1BaseField this[
System.int
]; {get;}
Parameters
- index
- The index of the C1BaseField derived object in the C1BaseFieldCollection collection to retrieve.
See Also