IsRowFilteredOut Method
IsRowFilteredOut(int)
Determines whether the specified row is filtered out.
Declaration
bool IsRowFilteredOut(int rowIndex)
Function IsRowFilteredOut(rowIndex As Integer) As Boolean
Parameters
Type |
Name |
Description |
int |
rowIndex |
Row index
|
Returns