Adds a new field with the specified field name and location to the end of the collection.
public PivotGridField Add( string fieldName, PivotArea area )
Public Function Add( ByVal fieldName As String, ByVal area As PivotArea ) As PivotGridField
This method creates a new PivotGridField object, initializes it with the specified settings and appends it to the collection.