ComponentOne FlexPivot for WinForms
Insert(Int32,String) Method

C1.DataEngine.4 Assembly > C1.FlexPivot Namespace > C1FlexPivotFieldList Class > Insert Method : Insert(Int32,String) Method
Position where the field will be inserted.
Name of the existing C1FlexPivotField.
Inserts a C1FlexPivotField at a specified position in the list.
Syntax
'Declaration
 
Public Overloads Sub Insert( _
   ByVal index As System.Integer, _
   ByVal fieldName As System.String _
) 
public void Insert( 
   System.int index,
   System.string fieldName
)

Parameters

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

Reference

C1FlexPivotFieldList Class
C1FlexPivotFieldList Members
Overload List