FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotFieldList Class / Insert Method / Insert(Int32,String) Method
Position where the field will be inserted.
Name of the existing PivotField.

In This Topic
    Insert(Int32,String) Method
    In This Topic
    Inserts a PivotField at a specified position in the list.
    Syntax
    'Declaration
     
    Public Overloads Sub Insert( _
       ByVal index As Integer, _
       ByVal fieldName As String _
    ) 
    public void Insert( 
       int index,
       string fieldName
    )

    Parameters

    index
    Position where the field will be inserted.
    fieldName
    Name of the existing PivotField.
    See Also