[]
        
(Showing Draft Content)

FarPoint.Web.Spread.DefaultRowFilter.IsRowFilteredOut

IsRowFilteredOut Method

IsRowFilteredOut(int)

Determines whether the specified row is filtered out.

Declaration
public bool IsRowFilteredOut(int rowIndex)
Public Function IsRowFilteredOut(rowIndex As Integer) As Boolean
Parameters
Type Name Description
int rowIndex

Row index

Returns
Type Description
bool
Implements