GridPivotTableCollection
GridPivotTableCollection class
封装了一个集合PivotTable对象.
public class GridPivotTableCollection
特性
| 姓名 | 描述 |
|---|---|
| Count { get; } | |
| Item { get; } | 获取PivotTable指定索引处的元素。 |
方法
| 姓名 | 描述 |
|---|---|
| Add(string, string, string) | 将新的数据透视表缓存添加到 PivotCaches 集合中。 |
| Add(GridWorksheet, GridCellArea, string, string) | 将新的数据透视表缓存添加到 PivotCaches 集合中。 |
| Add(string, GridCellArea, string, string) | 将新的数据透视表缓存添加到 PivotCaches 集合中。 |
| Add(string, GridCellArea, int, int, string) | 将新的数据透视表缓存添加到 PivotCaches 集合中。 |
| Clear() | 清除所有数据透视表。 |
| RemoveAt(int) | 删除指定索引处的数据透视表。 |