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