PivotItem.RecordCount Property

Definition

Returns the number of records in the PivotTable cache or the number of cache records that contain the specified item. Read-only Integer.

public:
 property int RecordCount { int get(); };
public int RecordCount { get; }
Public ReadOnly Property RecordCount As Integer

Property Value

Remarks

This property reflects the transient state of the cache at the time that it’s queried. The cache can change between queries.

Applies to