'Declaration Protected Overrides Sub SetItem( _ ByVal index As Integer, _ ByVal item As PivotField _ )
protected override void SetItem( int index, PivotField item )
Parameters
- index
- Index of the item to replace.
- item
- New value for the item at the specified index.