Spread Windows Forms 15.0
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()
    ArrayList GetFilteredOutRowList()
    See Also