FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / FieldCollection Class / RemoveAt Method
Specifies the field to be removed.

In This Topic
    RemoveAt Method (FieldCollection)
    In This Topic
    Removes a field from the collection.
    Syntax
    'Declaration
     
    Public Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public void RemoveAt( 
       int index
    )

    Parameters

    index
    Specifies the field to be removed.
    See Also