Spread WinForms 15
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

Property Value

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