[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotLineCells.Count

Count Property

Count

Gets the number of items in the PivotLineCells collection.

Declaration
int Count { get; }
ReadOnly Property Count As Integer
Examples
IPivotLine pivotLine = pivotTable.PivotRowAxis.PivotLines[0];
IPivotLineCells cells = pivotLine.PivotLineCells;
int count = cells.Count;