Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IRowFilter2 Interface / GetIntersectedFilteredInRows Method


In This Topic
    GetIntersectedFilteredInRows Method (IRowFilter2)
    In This Topic
    Gets the intersection of the filtered-in rows for all the filtered columns.
    Syntax
    'Declaration
     
    
    Function GetIntersectedFilteredInRows() As Integer()
    'Usage
     
    
    Dim instance As IRowFilter2
    Dim value() As Integer
     
    value = instance.GetIntersectedFilteredInRows()
    int[] GetIntersectedFilteredInRows()
    See Also