Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IRowFilter2 Interface / GetFilteredOutRowList Method


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