Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IRowFilter2 Interface / GetFilteredInRows Method
Column index


In This Topic
    GetFilteredInRows Method (IRowFilter2)
    In This Topic
    Internal use only. Gets the the filtered-in rows for the specified column.
    Syntax
    'Declaration
     
    
    Function GetFilteredInRows( _
       ByVal columnIndex As Integer _
    ) As Integer()
    'Usage
     
    
    Dim instance As IRowFilter2
    Dim columnIndex As Integer
    Dim value() As Integer
     
    value = instance.GetFilteredInRows(columnIndex)
    int[] GetFilteredInRows( 
       int columnIndex
    )

    Parameters

    columnIndex
    Column index
    See Also