Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultRowFilter Class / GetFilteredOutRowList Method


In This Topic
GetFilteredOutRowList Method (DefaultRowFilter)
In This Topic
Internal use only. Gets the list of indexes of the filtered-out rows.
Syntax
'Declaration
 
Public Function GetFilteredOutRowList() As ArrayList
 
'Usage
 
Dim instance As DefaultRowFilter
Dim value As ArrayList
 
value = instance.GetFilteredOutRowList()
See Also