Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IPivotCache Interface / CreatePivotTable Method
The cell in the upper-left corner of the PivotTable report’s destination 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.
The name of the new PivotTable report.
In This Topic
    CreatePivotTable Method
    In This Topic
    Creates a PivotTable report based on a PivotCache object.
    Syntax
    IPivotTable CreatePivotTable( 
       IRange TableDestination,
       System.string TableName
    )

    Parameters

    TableDestination
    The cell in the upper-left corner of the PivotTable report’s destination 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.
    TableName
    The name of the new PivotTable report.
    See Also