Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ICalculatedItems Interface / Add Method
The name of the calculated item.
The formula for the calculated item.
In This Topic
    Add Method (ICalculatedItems)
    In This Topic
    Creates a new calculated item. Returns a PivotItem object.
    Syntax
    IPivotItem Add( 
       System.string name,
       System.string formula
    )

    Parameters

    name
    The name of the calculated item.
    formula
    The formula for the calculated item.

    Return Value

    See Also