Insert(Int32,String) Method
In This Topic
Inserts a
PivotField at a specified position in the list.
Syntax
'Declaration
Public Overloads Sub Insert( _
ByVal As Integer, _
ByVal As String _
)
public void Insert(
int ,
string
)
Parameters
- index
- Position where the field will be inserted.
- fieldName
- Name of the existing PivotField.
See Also