Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / RowFilterBase Class / IsRowFilteredOut Method
The row index.


In This Topic
    IsRowFilteredOut Method (RowFilterBase)
    In This Topic
    Determines whether the specified row is filtered out.
    Syntax
    'Declaration
     
    Public MustOverride Function IsRowFilteredOut( _
       ByVal row As Integer _
    ) As Boolean
    'Usage
     
    Dim instance As RowFilterBase
    Dim row As Integer
    Dim value As Boolean
     
    value = instance.IsRowFilteredOut(row)
    public abstract bool IsRowFilteredOut( 
       int row
    )

    Parameters

    row
    The row index.

    Return Value

    true if the row is filtered out; otherwise, false.
    See Also