Add
内容
[
隐藏
]Add(string, string, string)
将新的数据透视表缓存添加到 PivotCaches 集合中。
public int Add(string sourceData, string destCellName, string tableName)
范围 | 类型 | 描述 |
---|---|---|
sourceData | String | 新 PivotTable.Example 的数据单元格范围:Sheet1!A1:C8 |
destCellName | String | 数据透视表目标区域左上角的单元格。 |
tableName | String | 新数据透视表的名称。 |
返回值
新添加的缓存索引。
也可以看看
Add(Worksheet, GridCellArea, string, string)
将新的数据透视表缓存添加到 PivotCaches 集合中。
public int Add(Worksheet sourceSheet, GridCellArea sourceArea, string destCellName,
string tableName)
范围 | 描述 |
---|---|
sourceSheet | 源工作表。 |
sourceArea | 源工作表中的区域。 |
destRow | 数据透视表目标区域左上角的单元格行。 |
destCol | 数据透视表目标区域左上角的单元格列。 |
tableName | 新数据透视表的名称。 |
返回值
新添加的缓存索引。
也可以看看
- class Worksheet
- class GridCellArea
- class GridPivotTableCollection
- 命名空间 Aspose.Cells.GridDesktop.Data
- 部件 Aspose.Cells.GridDesktop
Add(string, GridCellArea, int, int, string)
将新的数据透视表缓存添加到 PivotCaches 集合中。
public int Add(string worksheetname, GridCellArea sourceArea, int destRow, int destCol,
string tableName)
范围 | 类型 | 描述 |
---|---|---|
worksheetname | String | 源工作表的名称。 |
sourceArea | GridCellArea | 源工作表中的区域。 |
destRow | Int32 | 数据透视表目标区域左上角的单元格行。 |
destCol | Int32 | 数据透视表目标区域左上角的单元格列。 |
tableName | String | 新数据透视表的名称。 |
返回值
新添加的缓存索引。
也可以看看
- class GridCellArea
- class GridPivotTableCollection
- 命名空间 Aspose.Cells.GridDesktop.Data
- 部件 Aspose.Cells.GridDesktop
Add(string, GridCellArea, string, string)
将新的数据透视表缓存添加到 PivotCaches 集合中。
public int Add(string worksheetname, GridCellArea sourceArea, string destCellName, string tableName)
范围 | 类型 | 描述 |
---|---|---|
worksheetname | String | 源工作表的名称。 |
sourceArea | GridCellArea | 源工作表中的区域。 |
destCellName | String | 数据透视表目标区域左上角的单元格。 |
tableName | String | 新数据透视表的名称。 |
返回值
新添加的缓存索引。