Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / MultiValuesFilter Class / TextItemCount Property


In This Topic
TextItemCount Property
In This Topic
Gets the total count of filtered text items.
Syntax
'Declaration
 
Public ReadOnly Property TextItemCount As Integer
 
'Usage
 
Dim instance As MultiValuesFilter
Dim value As Integer
 
value = instance.TextItemCount

Property Value

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