C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / FieldCollection Class / Remove Method / Remove(Int32) Method
Specifies the field to be removed.

In This Topic
Remove(Int32) Method
In This Topic
Removes a field from the collection.
Syntax
'Declaration
 
Public Overloads Sub Remove( _
   ByVal index As Integer _
) 
 

Parameters

index
Specifies the field to be removed.
See Also