SetItem Method (PivotFieldList)
Replaces the item at a specified position.
'Declaration
Protected Overrides Sub SetItem( _
ByVal As Integer, _
ByVal As PivotField _
)
Parameters
- index
- Index of the item to replace.
- item
- New value for the item at the specified index.