Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultRowFilter Class / IsAnyFilterApplied Method


In This Topic
    IsAnyFilterApplied Method (DefaultRowFilter)
    In This Topic
    Checks whether a filter has been applied in the spread sheet.
    Syntax
    'Declaration
     
    
    Public Function IsAnyFilterApplied() As Boolean
    'Usage
     
    
    Dim instance As DefaultRowFilter
    Dim value As Boolean
     
    value = instance.IsAnyFilterApplied()
    public bool IsAnyFilterApplied()

    Return Value

    Returns true if a filter has been applied; otherwise, false
    See Also