所有选中行指什么?通过勾选左边的复选框勾选?
dim t as table = tables("表A")If t.GetCheckedRows.count > 0 Then t.Position = t.GetCheckedRows(0).indexEnd If