ComponentOne Reports for WPF
C1.C1Report 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 a C1Report.Fields collection.
    Syntax
    'Declaration
     
    Public Overloads Sub Remove( _
       ByVal index As Integer _
    ) 
    public void Remove( 
       int index
    )

    Parameters

    index
    Specifies the field to be removed.
    See Also