Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ICalculatedFields Interface / get Method / get(String) Method
The name of the calculated field.
In This Topic
    get(String) Method
    In This Topic
    Get calculated field by name.
    Syntax
    IPivotField get( 
       java.lang.String fieldName
    )

    Parameters

    fieldName
    The name of the calculated field.

    Return Value

    calculated field
    See Also