Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / IRowFilter Interface / GetFilteredOutRowList Method


In This Topic
    GetFilteredOutRowList Method
    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()

    Return Value

    ArrayList of filtered out rows
    See Also