Spread WinForms 15
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()

Return Value

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