[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotTables

IPivotTables Interface

表示指定工作表上所有PivotTable对象的集合。

Namespace: GrapeCity.Documents.Excel
Assembly: GcDocs.Excel.dll
Syntax
public interface IPivotTables : IEnumerable<IPivotTable>, IEnumerable

Properties

Name Description
Count

返回集合中的对象数量(只读)。

this[int]

从集合中返回单个对象。

this[string]

从集合中返回单个对象。

Methods

Name Description
Add(IPivotCache, IRange, string)

添加一个新的数据透视表报告。