Returns a field from a Fields collection.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public Field this[
	int index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	index As Integer _
) As Field
	Get

Parameters

index
Type: System..::..Int32

Remarks

The index parameter may be an integer between zero and Count-1.

See Also