C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotFieldList Class / SetItem Method
Index of the item to replace.
New value for the item at the specified index.

In This Topic
SetItem Method (PivotFieldList)
In This Topic
Replaces the item at a specified position.
Syntax
'Declaration
 
Protected Overrides Sub SetItem( _
   ByVal index As Integer, _
   ByVal item As PivotField _
) 
 

Parameters

index
Index of the item to replace.
item
New value for the item at the specified index.
See Also