FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotFieldList Class / Remove Method / Remove(PivotField) Method

In This Topic
    Remove(PivotField) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function Remove( _
       ByVal item As PivotField _
    ) As Boolean
    public bool Remove( 
       PivotField item
    )

    Parameters

    item
    See Also