Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFilters Interface / Count Property


In This Topic
    Count Property (IFilters)
    In This Topic
    Gets the number of filters in the filter collection.
    Syntax
    'Declaration
     
    
    ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As IFilters
    Dim value As Integer
     
    value = instance.Count
    int Count {get;}

    Property Value

    An integer value represents the number of filters.
    See Also