[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotItems

IPivotItems Interface

表示PivotTable字段中的所有PivotItem对象的集合。这些项目是字段类别中的单个数据条目。

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

Properties

Name Description
Count

返回集合中的对象数量。

this[int]

从集合中返回单个对象。

this[string]

从集合中返回单个对象。