Spread Windows Forms 12.0 Product Documentation
GetFilteredOutRowList Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > IRowFilter Interface : GetFilteredOutRowList Method
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()
ArrayList GetFilteredOutRowList()

Return Value

ArrayList of filtered out rows
See Also

Reference

IRowFilter Interface
IRowFilter Members