DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotFieldList Class / InsertItem Method
Position where the field will be inserted.
PivotField to add to the list.

In This Topic
    InsertItem Method
    In This Topic
    Inserts a PivotField at a specified position in the list.
    Syntax
    '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.
    See Also