'Declaration Protected Overrides Sub InsertItem( _ ByVal index As Integer, _ ByVal item As PivotField _ )
protected override void InsertItem( int index, PivotField item )
Parameters
- index
- Position where the field will be inserted.
- item
- PivotField to add to the list.