Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultRowFilter Class / AddFilteredOutRow Method
Row index


In This Topic
    AddFilteredOutRow Method (DefaultRowFilter)
    In This Topic
    Internal use only. Adds a row to the list of rows currently filtered-out by the combined settings of the filtered columns.
    Syntax
    'Declaration
     
    
    Public Sub AddFilteredOutRow( _
       ByVal rowIndex As Integer _
    ) 
    'Usage
     
    
    Dim instance As DefaultRowFilter
    Dim rowIndex As Integer
     
    instance.AddFilteredOutRow(rowIndex)
    public void AddFilteredOutRow( 
       int rowIndex
    )

    Parameters

    rowIndex
    Row index
    See Also