FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotFieldList Class / RemoveItem Method
Index of the item to remove from the list.

In This Topic
    RemoveItem Method (PivotFieldList)
    In This Topic
    Removes an item from the list.
    Syntax
    'Declaration
     
    Protected Overrides Sub RemoveItem( _
       ByVal index As Integer _
    ) 
    protected override void RemoveItem( 
       int index
    )

    Parameters

    index
    Index of the item to remove from the list.
    See Also