dim t as table = tables("表A")
Dim dr As DataRow = t.Current.DataRowDim saved As Boolean = dr.OriginalValue("第一列") = dr("第一列")
msgbox(saved)