Count Property
Count
Gets the number of items in the PivotLineCells collection.
Declaration
ReadOnly Property Count As Integer
Examples
IPivotLine pivotLine = pivotTable.PivotRowAxis.PivotLines[0];
IPivotLineCells cells = pivotLine.PivotLineCells;
int count = cells.Count;