public class GridPivotTableCollection
extends java.lang.Object
GridPivotTable objects.| Modifier and Type | Method and Description |
|---|---|
int |
add(GridWorksheet sourceSheet,
GridCellArea sourceArea,
java.lang.String destCellName,
java.lang.String tableName)
Adds a new PivotTable cache to a PivotCaches collection.
|
int |
add(java.lang.String worksheetname,
GridCellArea sourceArea,
int destRow,
int destCol,
java.lang.String tableName)
Adds a new PivotTable cache to a PivotCaches collection.
|
int |
add(java.lang.String worksheetname,
GridCellArea sourceArea,
java.lang.String destCellName,
java.lang.String tableName)
Adds a new PivotTable cache to a PivotCaches collection.
|
int |
add(java.lang.String sourceData,
java.lang.String destCellName,
java.lang.String tableName)
Adds a new PivotTable cache to a PivotCaches collection.
|
void |
clear()
Clears all PivotTables.
|
GridPivotTable |
get(int index)
Gets the
GridPivotTable element at the specified index. |
int |
getCount()
Gets the size of enumerator
|
void |
removeAt(int index)
Remove the PivotTable at the specified index.
|
public int add(java.lang.String sourceData,
java.lang.String destCellName,
java.lang.String tableName)
sourceData - The data cell range for the new PivotTable.Example : Sheet1!A1:C8destCellName - The cell in the upper-left corner of the PivotTable report's destination range.tableName - The name of the new PivotTable report.public int add(GridWorksheet sourceSheet, GridCellArea sourceArea, java.lang.String destCellName, java.lang.String tableName)
sourceSheet - The source work sheet.sourceArea - The area in the source worksheet.destCellName - The cell in the upper-left corner of the PivotTable report's destination range.tableName - The name of the new PivotTable report.public int add(java.lang.String worksheetname,
GridCellArea sourceArea,
int destRow,
int destCol,
java.lang.String tableName)
worksheetname - The name of the source worksheet.sourceArea - The area in the source worksheet.destRow - The row of the cell in the upper-left corner of the PivotTable report's destination range.destCol - The column of the cell in the upper-left corner of the PivotTable report's destination range.tableName - The name of the new PivotTable report.public int add(java.lang.String worksheetname,
GridCellArea sourceArea,
java.lang.String destCellName,
java.lang.String tableName)
worksheetname - The name of the source worksheet.sourceArea - The area in the source worksheet.destCellName - The cell in the upper-left corner of the PivotTable report's destination range.tableName - The name of the new PivotTable report.public void clear()
public void removeAt(int index)
index - The zero based index of the element.public GridPivotTable get(int index)
GridPivotTable element at the specified index.index - The zero based index of the element.public int getCount()
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.