Spread Windows Forms 15.0
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
    public int FilterCount {get;}

    Property Value

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