Dim b As New GroupTableBuilder("统计表1",DataTables("订单"))
b.Filter = "[A列] is not null and [B列] is not null"
……