For Each cl As DataCol In dt.datacols cnt = cnt + dt.Compute("Count([_identify])", cl.Name & " Is not NULL ")Next
之前用遍历方法 统计出了总的非空单元格个数 进而统计出了 信息完整率
现在想在datatable("A")中筛选出 空白单元格最多的 10条记录行
请问怎么办??