Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / AutoFilterColumn Structure / IsFilteredOut Method


In This Topic
    IsFilteredOut Method
    In This Topic
    Gets a value indicating whether there is any filtered out item.
    Syntax
    'Declaration
     
    
    Public Function IsFilteredOut() As Boolean
    'Usage
     
    
    Dim instance As AutoFilterColumn
    Dim value As Boolean
     
    value = instance.IsFilteredOut()
    public bool IsFilteredOut()

    Return Value

    true if there is any filtered out item; otherwise, false.
    See Also