Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / AutoFilterColumn Structure / FilterCount Property


In This Topic
FilterCount Property
In This Topic
Gets the count of filters in the column.
Syntax
'Declaration
 
Public ReadOnly Property FilterCount As Integer
 
'Usage
 
Dim instance As AutoFilterColumn
Dim value As Integer
 
value = instance.FilterCount

Property Value

An integer value represents the count of filters in the column.
See Also