Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IRange Interface / generateGetPivotDataFunction Method / generateGetPivotDataFunction(IRange) Method
Indicates for which area the "GETPIVOTDATA" function is generated.
In This Topic
    generateGetPivotDataFunction(IRange) Method
    In This Topic
    Generate the corresponding function "GETPIVOTDATA" for the cells in the pivot table.
    Syntax
    java.lang.String generateGetPivotDataFunction( 
       IRange destination
    )

    Parameters

    destination
    Indicates for which area the "GETPIVOTDATA" function is generated.

    Return Value

    "GETPIVOTDATA" function
    See Also