RemoveAt
RemoveAt(int)
删除指定索引处的数据透视表并删除数据透视表数据
public void RemoveAt(int index)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 数据透视表集合中的位置索引 |
也可以看看
- class PivotTableCollection
- 命名空间 Aspose.Cells.Pivot
- 部件 Aspose.Cells
RemoveAt(int, bool)
删除指定索引处的数据透视表
public void RemoveAt(int index, bool keepData)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 数据透视表集合中的位置索引 |
keepData | Boolean | 是否保留数据透视表数据 |
也可以看看
- class PivotTableCollection
- 命名空间 Aspose.Cells.Pivot
- 部件 Aspose.Cells