FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / FieldCollection Class / Remove Method / Remove(String) Method
The name of the field to be removed.

In This Topic
    Remove(String) Method
    In This Topic
    Removes a field from the collection.
    Syntax
    'Declaration
     
    Public Overloads Sub Remove( _
       ByVal name As String _
    ) 
    public void Remove( 
       string name
    )

    Parameters

    name
    The name of the field to be removed.
    See Also