ComponentOne FlexPivot for WinForms
FilteredItemCount Property

C1.DataEngine.4 Assembly > C1.FlexPivot Namespace > C1FlexPivotEngine Class : FilteredItemCount Property
Gets the number of elements that are represented in the current view.
Syntax
'Declaration
 
Public ReadOnly Property FilteredItemCount As System.Integer
public System.int FilteredItemCount {get;}
Remarks
If no filters are active, this is the number of elements in the data source. If filters are active, only elements that pass the filter are included in the count.
See Also

Reference

C1FlexPivotEngine Class
C1FlexPivotEngine Members