[]
        
(Showing Draft Content)

C1.PivotEngine.PivotFieldList.SetItem

SetItem Method

SetItem(int, PivotField)

Replaces the item at a specified position.

Declaration
protected override void SetItem(int index, PivotField item)
Parameters
Type Name Description
int index

Index of the item to replace.

PivotField item

New value for the item at the specified index.

Overrides