Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / MultiValuesFilter Class / DateGroupItemCount Property


In This Topic
    DateGroupItemCount Property
    In This Topic
    Gets the total count of filtered date group items.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DateGroupItemCount As Integer
    'Usage
     
    
    Dim instance As MultiValuesFilter
    Dim value As Integer
     
    value = instance.DateGroupItemCount
    public int DateGroupItemCount {get;}

    Property Value

    An integer value represents the total count of filtered date group items.
    See Also