DataEngine for .NET Standard | 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
    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