FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotFieldList Class / Insert Method / Insert(Int32,PivotField) Method

In This Topic
    Insert(Int32,PivotField) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Insert( _
       ByVal index As Integer, _
       ByVal item As PivotField _
    ) 
    public void Insert( 
       int index,
       PivotField item
    )

    Parameters

    index
    item
    See Also