Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IPivotCache Interface / createPivotTable Method / createPivotTable(IRange) Method
The cell in the upper-left corner of the PivotTable reportĄ¯sdestination range (the range on the worksheet where the resulting PivotTable report will be placed). The destination range must be on a worksheet in the workbook that contains the PivotCache object specified by expression.
In This Topic
    createPivotTable(IRange) Method
    In This Topic
    Creates a PivotTable report based on a PivotCache object.
    Syntax
    IPivotTable createPivotTable( 
       IRange TableDestination
    )

    Parameters

    TableDestination
    The cell in the upper-left corner of the PivotTable reportĄ¯sdestination range (the range on the worksheet where the resulting PivotTable report will be placed). The destination range must be on a worksheet in the workbook that contains the PivotCache object specified by expression.
    See Also