[]
Iterable<IPivotTable>
add(IPivotCache PivotCache,
IRange TableDestination)
add(IPivotCache PivotCache,
IRange TableDestination,
String TableName)
get(int index)
int
getCount()
forEach, iterator, spliterator
PivotCache
- 数据透视表缓存,新的数据透视表报告基于此缓存。该缓存为报告提供数据。TableDestination
- 数据透视表报告目标范围左上角的单元格(即在工作表上放置结果报告的范围)。您必须指定一个包含由表达式指定的PivotTables对象的工作表上的目标范围。PivotCache
- 数据透视表缓存,新的数据透视表报告基于此缓存。该缓存为报告提供数据。TableDestination
- 数据透视表报告目标范围的左上角单元格(即工作表中放置生成报告的范围)。您必须在包含由表达式指定的数据透视表对象的工作表上指定一个目标范围。TableName
- 新数据透视表报告的名称。index
- 对象的索引编号。name
- 对象的名称。