Dim fdr As DataRow = DataTables("表A").Find("第一列 is not null")
If fdr Is Nothing Then
DataTables("表A").ReplaceFor("第一列", "黄冈")
End If