Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IPivotTable Interface / AddDataField Method
The unique field on the server. If the source data is Online Analytical Processing (OLAP), the unique field is a cube field. If the source data is non-OLAP (non-OLAP source data), the unique field is a PivotTable field.
The label used in the PivotTable report to identify this data field.
The function performed in the added data field.
In This Topic
    AddDataField Method
    In This Topic
    Adds a data field to a PivotTable report. Returns a PivotField object that represents the new data field.
    Syntax

    Parameters

    field
    The unique field on the server. If the source data is Online Analytical Processing (OLAP), the unique field is a cube field. If the source data is non-OLAP (non-OLAP source data), the unique field is a PivotTable field.
    caption
    The label used in the PivotTable report to identify this data field.
    function
    The function performed in the added data field.
    See Also