DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / C1PivotEngine Class / FilteredItemCount Property

In This Topic
    FilteredItemCount Property (C1PivotEngine)
    In This Topic
    Gets the number of elements that are represented in the current view.
    Syntax
    'Declaration
     
    Public ReadOnly Property FilteredItemCount As Integer
    public 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