Removes a field from a Fields collection.

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

Syntax

C#
public void Remove(
	Field f
)
Visual Basic
Public Sub Remove ( _
	f As Field _
)

Parameters

f
Type: C1.C1Report..::..Field
The field to be removed.

See Also