Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ICalculatedFields Interface / add Method
The name of the field.
The formula for the field.
In This Topic
    add Method
    In This Topic
    Creates a new calculated field. Returns a PivotField object.
    Syntax
    IPivotField add( 
       java.lang.String Name,
       java.lang.String Formula
    )

    Parameters

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

    Return Value

    the calculated field
    See Also