摘要:
public void ReadWord() { //Give the value to the tow Int32 params. Open(); if (txtBBTYPE.Value.ToString() == "单位月报") { try { if (openState == true) { table = doc.Tables[1]; string danwei = table.Cell(1, 1).Range.Text.ToString().Trim().Substring(0, table.Cell(1, 1).Range.Text.ToString().Tri 阅读全文