aftercheckrow事件
If e.Row.Checked Then For Each r As Row In e.Table.GetCheckedRows If r.index <> e.Row.index r.Checked = False endif NextEnd If