Beforeadddaterow
With e.DataTable
Dim dr As DataRow = .DataRows(.Datarows.Count - 1)
if dr.IsNull("某某列") Then
。。。
End If
End with