ComponentOne FlexReport for UWP
RemoveAt Method (FieldCollection)

C1.UWP.FlexReport Assembly > C1.Xaml.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