[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotLineCells

IPivotLineCells Interface

特定PivotLine的PivotCell对象的集合。

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

Properties

Name Description
Count

返回PivotLineCells集合中的项目数。

this[int]

返回PivotLineCells集合对象中由其在集合中的位置指定的特定元素。只读。