FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.FlexPivot Namespace / C1FlexPivotFieldList Class / Remove Method

In This Topic
    Remove Method (C1FlexPivotFieldList)
    In This Topic
    Syntax
    'Declaration
     
    Public Shadows Function Remove( _
       ByVal item As C1FlexPivotField _
    ) As Boolean
    public new bool Remove( 
       C1FlexPivotField item
    )

    Parameters

    item
    See Also