[]
        
(Showing Draft Content)

C1.PivotEngine.PivotFieldList.RemoveItem

RemoveItem Method

RemoveItem(int)

Removes an item from the list.

Declaration
protected override void RemoveItem(int index)
Protected Overrides Sub RemoveItem(index As Integer)
Parameters
Type Name Description
int index

Index of the item to remove from the list.

Overrides