Spread WPF 18
GrapeCity.Spreadsheet Namespace / IAutoFilter Interface / GetFilteredOutRows Method
An integer value indicates the index number of the filter.


In This Topic
    GetFilteredOutRows Method
    In This Topic
    Gets the array of rows that are filtered out.
    Syntax
    'Declaration
     
    Function GetFilteredOutRows( _
       ByVal index As Integer _
    ) As Integer()
    'Usage
     
    Dim instance As IAutoFilter
    Dim index As Integer
    Dim value() As Integer
     
    value = instance.GetFilteredOutRows(index)
    int[] GetFilteredOutRows( 
       int index
    )

    Parameters

    index
    An integer value indicates the index number of the filter.
    See Also