如何更新数据表的单元格值
if ((sr_no == "") && (customer_name != ""))
{
string contact_no = SheetData.Tables[0].Rows[row].ItemArray[3].ToString();
Records.Rows[0].ItemArray[2]
}
Run Code Online (Sandbox Code Playgroud)
我想更新数据表的单元格,如果contact_no fround在下一行