FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.FlexPivot Namespace / C1FlexPivotFieldList Class / Insert Method

In This Topic
    Insert Method (C1FlexPivotFieldList)
    In This Topic
    Syntax
    'Declaration
     
    Public Shadows Sub Insert( _
       ByVal index As Integer, _
       ByVal item As C1FlexPivotField _
    ) 
    public new void Insert( 
       int index,
       C1FlexPivotField item
    )

    Parameters

    index
    item
    See Also