Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ICalculatedItems Interface / add Method
The name of the calculated item.
The formula for the calculated item.
In This Topic
    add Method
    In This Topic
    Creates a new calculated item. Returns a PivotItem object.
    Syntax
    IPivotItem add( 
       java.lang.String name,
       java.lang.String formula
    )

    Parameters

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

    Return Value

    IPivotItem
    See Also