Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / HideRowFilter Class / GetFilteredOutRowList Method


In This Topic
    GetFilteredOutRowList Method (HideRowFilter)
    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 HideRowFilter
    Dim value As ArrayList
     
    value = instance.GetFilteredOutRowList()
    public ArrayList GetFilteredOutRowList()
    See Also