Dim drs As List(Of DataRow)drs = DataTables("订单").Select("[产品] = 'PD01' And [日期]= #1/4/1999#","数量 DESC")
求助,用数据在表格中的位置,从上到下,用哪个参数排序。