Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ICalculatedFields Interface / Add Method
The name of the field.
The formula for the field.
In This Topic
    Add Method (ICalculatedFields)
    In This Topic
    Creates a new calculated field. Returns a IPivotField object.
    Syntax
    IPivotField Add( 
       System.string Name,
       System.string Formula
    )

    Parameters

    Name
    The name of the field.
    Formula
    The formula for the field.

    Return Value

    An IPivotField that represents the new calculated field.
    See Also