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

Return Value

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