'Usage Dim instance As IRowFilter Dim rowIndex As Integer Dim value As Boolean value = instance.IsRowFilteredOut(rowIndex)
Parameters
- rowIndex
- Row index
Return Value
Boolean: true if the specified row is filtered out; false otherwise
'Usage Dim instance As IRowFilter Dim rowIndex As Integer Dim value As Boolean value = instance.IsRowFilteredOut(rowIndex)