If MyBo.CheckRulesOnCurrentRow(True) = Success Then '--- Delete your record...or not End If
MyBO.CurrentRow.RowState = Deleted
But for this to show up, you will have to allow the deleted rows to be visible (property on the BO).