Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IRowFilter Interface / GetFilteredOutRowList Method


In This Topic
GetFilteredOutRowList Method (IRowFilter)
In This Topic
Gets the list of rows that are filtered out.
Syntax
'Declaration
 
Function GetFilteredOutRowList() As ArrayList
 
'Usage
 
Dim instance As IRowFilter
Dim value As ArrayList
 
value = instance.GetFilteredOutRowList()
See Also