Dim idx As Integer = Tables(t).FindRow("结果得分 = false")
If idx >= 0 Then
Tables(t).Current.Move(idx)
End If