Add

Add(string, string, string)

将新的数据透视表缓存添加到 PivotCaches 集合中。

public int Add(string sourceData, string destCellName, string tableName)
范围类型描述
sourceDataString新 PivotTable.Example 的数据单元格范围:Sheet1!A1:C8
destCellNameString数据透视表目标区域左上角的单元格。
tableNameString新数据透视表的名称。

返回值

新添加的缓存索引。

也可以看看


Add(GridWorksheet, GridCellArea, string, string)

将新的数据透视表缓存添加到 PivotCaches 集合中。

public int Add(GridWorksheet sourceSheet, GridCellArea sourceArea, string destCellName, 
    string tableName)
范围描述
sourceSheet源工作表。
sourceArea源工作表中的区域。
destRow数据透视表目标区域左上角的单元格行。
destCol数据透视表目标区域左上角的单元格列。
tableName新数据透视表的名称。

返回值

新添加的缓存索引。

也可以看看


Add(string, GridCellArea, int, int, string)

将新的数据透视表缓存添加到 PivotCaches 集合中。

public int Add(string worksheetname, GridCellArea sourceArea, int destRow, int destCol, 
    string tableName)
范围类型描述
worksheetnameString源工作表的名称。
sourceAreaGridCellArea源工作表中的区域。
destRowInt32数据透视表目标区域左上角的单元格行。
destColInt32数据透视表目标区域左上角的单元格列。
tableNameString新数据透视表的名称。

返回值

新添加的缓存索引。

也可以看看


Add(string, GridCellArea, string, string)

将新的数据透视表缓存添加到 PivotCaches 集合中。

public int Add(string worksheetname, GridCellArea sourceArea, string destCellName, string tableName)
范围类型描述
worksheetnameString源工作表的名称。
sourceAreaGridCellArea源工作表中的区域。
destCellNameString数据透视表目标区域左上角的单元格。
tableNameString新数据透视表的名称。

返回值

新添加的缓存索引。

也可以看看