FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridAggregateFunction Class / Count Property

In This Topic
    Count Property (GridAggregateFunction)
    In This Topic
    Returns the count of non-null values in the group.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property Count As GridAggregateFunction
    public static GridAggregateFunction Count {get;}
    See Also