Spread Windows Forms 12.0 Product Documentation
FilterCount Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > AutoFilterColumn Structure : FilterCount Property
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
public int FilterCount {get;}

Property Value

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

Reference

AutoFilterColumn Structure
AutoFilterColumn Members