Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultRowFilter Class / GetIntersectedFilteredInRows Method / GetIntersectedFilteredInRows() Method


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