ComponentOne FlexReport for WinForms
RemoveAt Method (FieldCollection)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > FieldCollection Class : RemoveAt Method
Specifies the field to be removed.
Removes a field from the collection.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As System.Integer _
) 
public void RemoveAt( 
   System.int index
)

Parameters

index
Specifies the field to be removed.
See Also

Reference

FieldCollection Class
FieldCollection Members