IsNull

判断某一列的内容是否为空。

例如:

If DataTables("订单").DataRows(0).IsNull("日期") Then
    MessageBox.Show(
"错误,第一行没有输入日期!")
End
If

 


本页地址:http://www.foxtable.com/webhelp/topics/0426.htm