RemoveItem Method (PivotFieldList)
In This Topic
Removes an item from the list.
Syntax
'Declaration
Protected Overrides Sub RemoveItem( _
ByVal As Integer _
)
protected override void RemoveItem(
int
)
Parameters
- index
- Index of the item to remove from the list.
See Also