ComponentOne Reports for WPF
C1.C1Report Namespace / FieldCollection Class / RemoveAt Method
Specifies the field to be removed.

In This Topic
    RemoveAt Method (FieldCollection)
    In This Topic
    Removes a field from a C1Report.Fields 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