删除选定行数据,但不删除行:
Dim r As Row = Tables("表A").currentFor Each c As col In Tables("表A").cols r(c.name) = NothingNext