[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotFields

IPivotFields Interface

表示PivotTable报表中所有 IPivotField 对象的集合。

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

Properties

Name Description
Count

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

this[int]

从集合中返回单个对象。

this[string]

从集合中返回单个对象。