[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotLines

IPivotLines Interface

PivotLines 对象是 PivotTable 中线条的集合,包含透视中的所有行或列线条。 每条线是一组 PivotCells。

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

Properties

Name Description
Count

返回PivotLines集合中的项目数。

this[int]

通过其在集合中的位置返回PivotLines集合对象的特定元素。只读。