摘要:
1.datatable.compute("max(列名)","") 2.Column.Expression = "max(数据列名)"; 3.用视图来排序 Dim firstView As DataView Dim maxvalue as string firstView = dt.DefaultView firstView.Sort = "数据列名 DESC" maxvalue = ... 阅读全文
posted @ 2010-08-09 14:58
阿龍
阅读(2228)
评论(0)
推荐(0)
浙公网安备 33010602011771号