ComponentOne Reports for WPF
C1.C1Report Namespace / FieldCollection Class / Item Property / Item(Int32) Property

In This Topic
    Item(Int32) Property
    In This Topic
    Returns a field from a C1Report.Fields collection.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal index As Integer _
    ) As Field
    public Field Item( 
       int index
    ) {get;}

    Parameters

    index
    Remarks
    The index parameter may be an integer between zero and FieldCollection.Count-1.
    See Also