Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / IRowFilter Interface / GetIntersectedFilteredInRows Method / GetIntersectedFilteredInRows() Method


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