VB Sprawdź, czy wiersz ma kolumnę

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