VB Periksa apakah baris memiliki kolom

    If DataRow.Table.Columns.Contains("column") Then
        MsgBox("YAY")
    End If
Dull Donkey